Html Css Color HEX #CA77C3 Orchid

📋 copy color: '#CA77C3'

red 202 ◦ green 119 ◦ blue 195

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

Shades of Orchid #CA77C3

Tints of Orchid #CA77C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.79%

R = 39.15%
G = 23.06%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA77C3 (or 0xCA77C3) is known color: Orchid. HEX triplet: CA, 77 and C3. RGB value is (202,119,195). Sum of RGB (Red+Green+Blue) = 202+119+195=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77C3 is #35883C. Grayscale: #989898. Windows color (decimal): -3508285 or 12810186. OLE color: 12810186.

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

Color convert

RGB 202 119 195 -
CMYK 0 0.41 0.03 0.21
HSL 305.06º 0.44% 0.63% -
HSV(B) 305.06º 0.41% 0.79% -
XYZ 40.8 29.69 55.21 -
YUV 152.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 202 119 195 0 0.41 0.03 0.21 305.06 0.44 0.63
Hex CA 77 C3 0 29 3 15 131 2C 3F
Octal 312 167 303 0 51 3 25 461 54 77
Binary 11001010 1110111 11000011 0 101001 11 10101 100110001 101100 111111

Color Harmonies of #CA77C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77C3

Black with #CA77C3

Text Example


Text Example

White with #CA77C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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