Html Css Color HEX #CA78B5 Orchid

📋 copy color: '#CA78B5'

red 202 ◦ green 120 ◦ blue 181

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

Shades of Orchid #CA78B5

Tints of Orchid #CA78B5

RGB

 RED value IS 202 (79.3% from 255) = 40.16%

 GREEN value IS 120 (47.27% from 255) = 23.86%

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 40.16%
G = 23.86%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA78B5 (or 0xCA78B5) is known color: Orchid. HEX triplet: CA, 78 and B5. RGB value is (202,120,181). Sum of RGB (Red+Green+Blue) = 202+120+181=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78B5 is #35874A. Grayscale: #979797. Windows color (decimal): -3508043 or 11892938. OLE color: 11892938.

HSL color Cylindrical-coordinate representation of color #CA78B5: hue angle of 315.37º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78B5 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 120 181 -
CMYK 0 0.41 0.10 0.21
HSL 315.37º 0.44% 0.63% -
HSV(B) 315.37º 0.41% 0.79% -
XYZ 39.41 29.33 47.3 -
YUV 151.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 202 120 181 0 0.41 0.10 0.21 315.37 0.44 0.63
Hex CA 78 B5 0 29 A 15 13B 2C 3F
Octal 312 170 265 0 51 12 25 473 54 77
Binary 11001010 1111000 10110101 0 101001 1010 10101 100111011 101100 111111

Color Harmonies of #CA78B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78B5

Black with #CA78B5

Text Example


Text Example

White with #CA78B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78B5; }

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

 H1.HeaderClassName
 {
   color: #CA78B5;
 }
 .AnyTagClassName
 {
   color: #CA78B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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