#CB78CE

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

Shades of Orchid #CB78CE

Tints of Orchid #CB78CE

Color information

#CB78CE (or 0xCB78CE) is unknown color: approx Orchid. HEX triplet: CB, 78 and CE. RGB value is (203,120,206). Sum of RGB (Red+Green+Blue) = 203+120+206=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78CE is #348731. Grayscale: #9A9A9A. Windows color (decimal): -3442482 or 13531339. OLE color: 13531339.

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

Color convert

RGB203120206-
CMYK0.010.4200.19
HSL297.91º46.74%63.92%-
HSV(B)297.91º41.75%80.78%-
XYZ42.4930.5962.06-
YUV154.62157162.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 120 (47.27% from 255) = 22.68%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=38.37%
G=22.68%
B=38.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031202060.010.4200.19297.9146.7463.92
HexCB78CE12A01312a2f40
Octal31317031615202345257100
Binary1100101111110001100111011010100100111001010101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78CE; }

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

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

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

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

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

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

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

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