#CB79CE

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

Shades of Orchid #CB79CE

Tints of Orchid #CB79CE

Color information

#CB79CE (or 0xCB79CE) is unknown color: approx Orchid. HEX triplet: CB, 79 and CE. RGB value is (203,121,206). Sum of RGB (Red+Green+Blue) = 203+121+206=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79CE is #348631. Grayscale: #9A9A9A. Windows color (decimal): -3442226 or 13531595. OLE color: 13531595.

HSL color Cylindrical-coordinate representation of color #CB79CE: hue angle of 297.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB79CE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203121206-
CMYK0.010.4100.19
HSL297.88º46.45%64.12%-
HSV(B)297.88º41.26%80.78%-
XYZ42.6130.8362.1-
YUV155.21156.67162.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 121 (47.66% from 255) = 22.83%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=38.30%
G=22.83%
B=38.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031212060.010.4100.19297.8846.4564.12
HexCB79CE12901312a2e40
Octal31317131615102345256100
Binary1100101111110011100111011010010100111001010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79CE; }

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

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

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

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

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

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

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

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