#CB79E2

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

Shades of Orchid #CB79E2

Tints of Orchid #CB79E2

Color information

#CB79E2 (or 0xCB79E2) is unknown color: approx Orchid. HEX triplet: CB, 79 and E2. RGB value is (203,121,226). Sum of RGB (Red+Green+Blue) = 203+121+226=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB79E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79E2 is #34861D. Grayscale: #9D9D9D. Windows color (decimal): -3442206 or 14842315. OLE color: 14842315.

HSL color Cylindrical-coordinate representation of color #CB79E2: hue angle of 286.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB79E2 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203121226-
CMYK0.100.4600.11
HSL286.86º64.42%68.04%-
HSV(B)286.86º46.46%88.63%-
XYZ45.1931.8675.72-
YUV157.49166.67160.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 121 (47.66% from 255) = 22%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=36.91%
G=22%
B=41.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031212260.100.4600.11286.8664.4268.04
HexCB79E2A2E0B11f4044
Octal3131713421256013437100104
Binary1100101111110011110001010101011100101110001111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79E2; }

 p { color: rgb(203,121,226); }

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

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

 a { background-color: rgb(203,121,226); }

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

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

 span { border-color: rgb(203,121,226); }

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