#CB74DE

Color #CB74DE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CB74DE

Tints of Orchid #CB74DE

Color information

#CB74DE (or 0xCB74DE) is unknown color: approx Orchid. HEX triplet: CB, 74 and DE. RGB value is (203,116,222). Sum of RGB (Red+Green+Blue) = 203+116+222=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB74DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74DE is #348B21. Grayscale: #999999. Windows color (decimal): -3443490 or 14578891. OLE color: 14578891.

HSL color Cylindrical-coordinate representation of color #CB74DE: hue angle of 289.25º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB74DE is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203116222-
CMYK0.090.4800.13
HSL289.25º61.63%66.27%-
HSV(B)289.25º47.75%87.06%-
XYZ44.0630.4672.66-
YUV154.1166.32162.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 116 (45.70% from 255) = 21.44%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=37.52%
G=21.44%
B=41.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031162220.090.4800.13289.2561.6366.27
HexCB74DE9300D1213e42
Octal313164336116001544176102
Binary110010111110100110111101001110000011011001000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB74DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB74DE; }

 p { color: rgb(203,116,222); }

 H1.HeaderClassName
 {
   color: #CB74DE;
 }
 .AnyTagClassName
 {
   color: #CB74DE;
 }
</style>
background-color css

<style>
 a { background-color: #CB74DE; }

 a { background-color: rgb(203,116,222); }

 div.DivClassName
 {
   background-color: #CB74DE;
 }
 .BgClassName
 {
   background-color: #CB74DE;
 }
</style>
border-color css

<style>
 span { border-color: #CB74DE; }

 span { border-color: rgb(203,116,222); }

 td.TdClassName
 {
   border-color: #CB74DE;
 }
 .TagClassName
 {
   border-color: #CB74DE;
 }
</style>