#CB79BE

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

Shades of Orchid #CB79BE

Tints of Orchid #CB79BE

Color information

#CB79BE (or 0xCB79BE) is unknown color: approx Orchid. HEX triplet: CB, 79 and BE. RGB value is (203,121,190). Sum of RGB (Red+Green+Blue) = 203+121+190=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79BE is #348641. Grayscale: #999999. Windows color (decimal): -3442242 or 12483019. OLE color: 12483019.

HSL color Cylindrical-coordinate representation of color #CB79BE: hue angle of 309.51º 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 #CB79BE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203121190-
CMYK00.400.060.20
HSL309.51º44.09%63.53%-
HSV(B)309.51º40.39%79.61%-
XYZ40.7630.0952.37-
YUV153.38148.67163.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=39.49%
G=23.54%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312119000.400.060.20309.5144.0963.53
HexCB79BE0286141362c40
Octal31317127605062446654100
Binary110010111111001101111100101000110101001001101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79BE; }

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

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

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

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

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

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

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

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