#CB78D1

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

Shades of Orchid #CB78D1

Tints of Orchid #CB78D1

Color information

#CB78D1 (or 0xCB78D1) is unknown color: approx Orchid. HEX triplet: CB, 78 and D1. RGB value is (203,120,209). Sum of RGB (Red+Green+Blue) = 203+120+209=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78D1 is #34872E. Grayscale: #9A9A9A. Windows color (decimal): -3442479 or 13727947. OLE color: 13727947.

HSL color Cylindrical-coordinate representation of color #CB78D1: hue angle of 295.96º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB78D1 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203120209-
CMYK0.030.4300.18
HSL295.96º49.17%64.51%-
HSV(B)295.96º42.58%81.96%-
XYZ42.8530.7364-
YUV154.96158.5162.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 120 (47.27% from 255) = 22.56%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=38.16%
G=22.56%
B=39.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031202090.030.4300.18295.9649.1764.51
HexCB78D132B0121283141
Octal31317032135302245061101
Binary11001011111100011010001111010110100101001010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78D1; }

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

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

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

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

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

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

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

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