#CB79E5

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

Shades of Orchid #CB79E5

Tints of Orchid #CB79E5

Color information

#CB79E5 (or 0xCB79E5) is unknown color: approx Orchid. HEX triplet: CB, 79 and E5. RGB value is (203,121,229). Sum of RGB (Red+Green+Blue) = 203+121+229=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79E5 is #34861A. Grayscale: #9D9D9D. Windows color (decimal): -3442203 or 15038923. OLE color: 15038923.

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

Color convert

RGB203121229-
CMYK0.110.4700.10
HSL285.56º67.5%68.63%-
HSV(B)285.56º47.16%89.8%-
XYZ45.6132.0377.91-
YUV157.83168.17160.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 121 (47.66% from 255) = 21.88%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=36.71%
G=21.88%
B=41.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031212290.110.4700.10285.5667.568.63
HexCB79E5B2F0A11e4445
Octal3131713451357012436104105
Binary1100101111110011110010110111011110101010001111010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79E5; }

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

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

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

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

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

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

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

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