Html Css Color HEX #CA78CB Orchid

📋 copy color: '#CA78CB'

red 202 ◦ green 120 ◦ blue 203

#CA78CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA78CB

Tints of Orchid #CA78CB

RGB

 RED value IS 202 (79.3% 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 value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA78CB (or 0xCA78CB) is known color: 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

RGB 202 120 203 -
CMYK 0.00 0.41 0 0.20
HSL 299.28º 0.44% 0.63% -
HSV(B) 299.28º 0.41% 0.8% -
XYZ 41.85 30.3 60.14 -
YUV 153.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 202 120 203 0.00 0.41 0 0.20 299.28 0.44 0.63
Hex CA 78 CB 0 29 0 14 12B 2C 3F
Octal 312 170 313 0 51 0 24 453 54 77
Binary 11001010 1111000 11001011 0 101001 0 10100 100101011 101100 111111

Color Harmonies of #CA78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78CB

Black with #CA78CB

Text Example


Text Example

White with #CA78CB

Text Example


Text Example

HTML Codes & Css Web 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>