Html Css Color HEX #CA77E4 Orchid

📋 copy color: '#CA77E4'

red 202 ◦ green 119 ◦ blue 228

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

Shades of Orchid #CA77E4

Tints of Orchid #CA77E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.53%

R = 36.79%
G = 21.68%
B = 41.53%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA77E4 (or 0xCA77E4) is known color: Orchid. HEX triplet: CA, 77 and E4. RGB value is (202,119,228). Sum of RGB (Red+Green+Blue) = 202+119+228=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77E4 is #35881B. Grayscale: #9B9B9B. Windows color (decimal): -3508252 or 14972874. OLE color: 14972874.

HSL color Cylindrical-coordinate representation of color #CA77E4: hue angle of 285.69º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA77E4 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 119 228 -
CMYK 0.11 0.48 0 0.11
HSL 285.69º 0.67% 0.68% -
HSV(B) 285.69º 0.48% 0.89% -
XYZ 44.96 31.35 77.08 -
YUV 156.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 202 119 228 0.11 0.48 0 0.11 285.69 0.67 0.68
Hex CA 77 E4 B 30 0 B 11E 43 44
Octal 312 167 344 13 60 0 13 436 103 104
Binary 11001010 1110111 11100100 1011 110000 0 1011 100011110 1000011 1000100

Color Harmonies of #CA77E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77E4

Black with #CA77E4

Text Example


Text Example

White with #CA77E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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