Html Css Color HEX #CA77DC Orchid

📋 copy color: '#CA77DC'

red 202 ◦ green 119 ◦ blue 220

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

Shades of Orchid #CA77DC

Tints of Orchid #CA77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 37.34%
G = 22%
B = 40.67%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA77DC (or 0xCA77DC) is known color: Orchid. HEX triplet: CA, 77 and DC. RGB value is (202,119,220). Sum of RGB (Red+Green+Blue) = 202+119+220=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DC is #358823. Grayscale: #9B9B9B. Windows color (decimal): -3508260 or 14448586. OLE color: 14448586.

HSL color Cylindrical-coordinate representation of color #CA77DC: hue angle of 289.31º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA77DC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 119 220 -
CMYK 0.08 0.46 0 0.14
HSL 289.31º 0.59% 0.66% -
HSV(B) 289.31º 0.46% 0.86% -
XYZ 43.87 30.92 71.37 -
YUV 155.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 202 119 220 0.08 0.46 0 0.14 289.31 0.59 0.66
Hex CA 77 DC 8 2E 0 E 121 3B 42
Octal 312 167 334 10 56 0 16 441 73 102
Binary 11001010 1110111 11011100 1000 101110 0 1110 100100001 111011 1000010

Color Harmonies of #CA77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77DC

Black with #CA77DC

Text Example


Text Example

White with #CA77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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