#CB78C7

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

Shades of Orchid #CB78C7

Tints of Orchid #CB78C7

Color information

#CB78C7 (or 0xCB78C7) is unknown color: approx Orchid. HEX triplet: CB, 78 and C7. RGB value is (203,120,199). Sum of RGB (Red+Green+Blue) = 203+120+199=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78C7 is #348738. Grayscale: #999999. Windows color (decimal): -3442489 or 13072587. OLE color: 13072587.

HSL color Cylindrical-coordinate representation of color #CB78C7: hue angle of 302.89º 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 #CB78C7 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203120199-
CMYK00.410.020.20
HSL302.89º44.39%63.33%-
HSV(B)302.89º40.89%79.61%-
XYZ41.6530.2557.68-
YUV153.82153.5163.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 199 (78.12% from 255) = 38.12%
R=38.89%
G=22.99%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312019900.410.020.20302.8944.3963.33
HexCB78C702921412f2c3f
Octal3131703070512244575477
Binary1100101111110001100011101010011010100100101111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB78C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB78C7; }

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

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

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

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

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

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

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

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