Html Css Color HEX #CA77B5 Orchid

📋 copy color: '#CA77B5'

red 202 ◦ green 119 ◦ blue 181

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

Shades of Orchid #CA77B5

Tints of Orchid #CA77B5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.71%

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

R = 40.24%
G = 23.71%
B = 36.06%

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

#CA77B5 (or 0xCA77B5) is known color: Orchid. HEX triplet: CA, 77 and B5. RGB value is (202,119,181). Sum of RGB (Red+Green+Blue) = 202+119+181=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77B5 is #35884A. Grayscale: #969696. Windows color (decimal): -3508299 or 11892682. OLE color: 11892682.

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

Color convert

RGB 202 119 181 -
CMYK 0 0.41 0.10 0.21
HSL 315.18º 0.44% 0.63% -
HSV(B) 315.18º 0.41% 0.79% -
XYZ 39.29 29.09 47.26 -
YUV 150.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 202 119 181 0 0.41 0.10 0.21 315.18 0.44 0.63
Hex CA 77 B5 0 29 A 15 13B 2C 3F
Octal 312 167 265 0 51 12 25 473 54 77
Binary 11001010 1110111 10110101 0 101001 1010 10101 100111011 101100 111111

Color Harmonies of #CA77B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77B5

Black with #CA77B5

Text Example


Text Example

White with #CA77B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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