#CB78CC

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

Shades of Orchid #CB78CC

Tints of Orchid #CB78CC

Color information

#CB78CC (or 0xCB78CC) is unknown color: approx Orchid. HEX triplet: CB, 78 and CC. RGB value is (203,120,204). Sum of RGB (Red+Green+Blue) = 203+120+204=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78CC is #348733. Grayscale: #9A9A9A. Windows color (decimal): -3442484 or 13400267. OLE color: 13400267.

HSL color Cylindrical-coordinate representation of color #CB78CC: hue angle of 299.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB78CC is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203120204-
CMYK0.000.4100.2
HSL299.29º45.16%63.53%-
HSV(B)299.29º41.18%80%-
XYZ42.2430.4960.79-
YUV154.39156162.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=38.52%
G=22.77%
B=38.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031202040.000.4100.2299.2945.1663.53
HexCB78CC02901412b2d40
Octal31317031405102445355100
Binary1100101111110001100110001010010101001001010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78CC; }

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

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

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

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

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

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

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

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