#CB78CB

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

Shades of Orchid #CB78CB

Tints of Orchid #CB78CB

Color information

#CB78CB (or 0xCB78CB) is unknown color: approx Orchid. HEX triplet: CB, 78 and CB. RGB value is (203,120,203). Sum of RGB (Red+Green+Blue) = 203+120+203=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78CB is #348734. Grayscale: #9A9A9A. Windows color (decimal): -3442485 or 13334731. OLE color: 13334731.

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

Color convert

RGB203120203-
CMYK00.4100.20
HSL300º44.39%63.33%-
HSV(B)300º40.89%79.61%-
XYZ42.1230.4460.16-
YUV154.28155.5162.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 120 (47.27% from 255) = 22.81%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=38.59%
G=22.81%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312020300.4100.2030044.3963.33
HexCB78CB02901412c2c3f
Octal3131703130510244545477
Binary110010111111000110010110101001010100100101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78CB; }

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

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

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

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

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

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

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

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