Html Css Color HEX #CA77C0 Orchid

📋 copy color: '#CA77C0'

red 202 ◦ green 119 ◦ blue 192

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

Shades of Orchid #CA77C0

Tints of Orchid #CA77C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 39.38%
G = 23.2%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA77C0 (or 0xCA77C0) is known color: Orchid. HEX triplet: CA, 77 and C0. RGB value is (202,119,192). Sum of RGB (Red+Green+Blue) = 202+119+192=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77C0 is #35883F. Grayscale: #979797. Windows color (decimal): -3508288 or 12613578. OLE color: 12613578.

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

Color convert

RGB 202 119 192 -
CMYK 0 0.41 0.05 0.21
HSL 307.23º 0.44% 0.63% -
HSV(B) 307.23º 0.41% 0.79% -
XYZ 40.47 29.56 53.44 -
YUV 152.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 202 119 192 0 0.41 0.05 0.21 307.23 0.44 0.63
Hex CA 77 C0 0 29 5 15 133 2C 3F
Octal 312 167 300 0 51 5 25 463 54 77
Binary 11001010 1110111 11000000 0 101001 101 10101 100110011 101100 111111

Color Harmonies of #CA77C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77C0

Black with #CA77C0

Text Example


Text Example

White with #CA77C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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