#CA78CB

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

Shades of Orchid #CA78CB

Tints of Orchid #CA78CB

Color information

#CA78CB (or 0xCA78CB) is unknown color: approx Orchid. HEX triplet: CA, 78 and CB. RGB value is (202,120,203). Sum of RGB (Red+Green+Blue) = 202+120+203=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78CB is #358734. Grayscale: #999999. Windows color (decimal): -3508021 or 13334730. OLE color: 13334730.

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

Color convert

RGB202120203-
CMYK0.000.4100.20
HSL299.28º44.39%63.33%-
HSV(B)299.28º40.89%79.61%-
XYZ41.8530.360.14-
YUV153.98155.67162.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=38.48%
G=22.86%
B=38.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021202030.000.4100.20299.2844.3963.33
HexCA78CB02901412b2c3f
Octal3121703130510244535477
Binary110010101111000110010110101001010100100101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78CB; }

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

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

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

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

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

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

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

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