#CB79BD

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

Shades of Orchid #CB79BD

Tints of Orchid #CB79BD

Color information

#CB79BD (or 0xCB79BD) is unknown color: approx Orchid. HEX triplet: CB, 79 and BD. RGB value is (203,121,189). Sum of RGB (Red+Green+Blue) = 203+121+189=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79BD is #348642. Grayscale: #999999. Windows color (decimal): -3442243 or 12417483. OLE color: 12417483.

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

Color convert

RGB203121189-
CMYK00.400.070.20
HSL310.24º44.09%63.53%-
HSV(B)310.24º40.39%79.61%-
XYZ40.6530.0551.8-
YUV153.27148.17163.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 121 (47.66% from 255) = 23.59%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=39.57%
G=23.59%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312118900.400.070.20310.2444.0963.53
HexCB79BD0287141362c40
Octal31317127505072446654100
Binary110010111111001101111010101000111101001001101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79BD; }

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

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

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

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

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

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

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

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