#CB79C6

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

Shades of Orchid #CB79C6

Tints of Orchid #CB79C6

Color information

#CB79C6 (or 0xCB79C6) is unknown color: approx Orchid. HEX triplet: CB, 79 and C6. RGB value is (203,121,198). Sum of RGB (Red+Green+Blue) = 203+121+198=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79C6 is #348639. Grayscale: #9A9A9A. Windows color (decimal): -3442234 or 13007307. OLE color: 13007307.

HSL color Cylindrical-coordinate representation of color #CB79C6: hue angle of 303.66º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB79C6 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203121198-
CMYK00.400.020.20
HSL303.66º44.09%63.53%-
HSV(B)303.66º40.39%79.61%-
XYZ41.6630.4557.11-
YUV154.3152.67162.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 121 (47.66% from 255) = 23.18%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=38.89%
G=23.18%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312119800.400.020.20303.6644.0963.53
HexCB79C60282141302c40
Octal31317130605022446054100
Binary11001011111100111000110010100010101001001100001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79C6; }

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

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

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

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

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

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

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

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