Html Css Color HEX #CA76E4 Orchid

📋 copy color: '#CA76E4'

red 202 ◦ green 118 ◦ blue 228

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

Shades of Orchid #CA76E4

Tints of Orchid #CA76E4

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.53%

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

R = 36.86%
G = 21.53%
B = 41.61%

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

#CA76E4 (or 0xCA76E4) is known color: Orchid. HEX triplet: CA, 76 and E4. RGB value is (202,118,228). Sum of RGB (Red+Green+Blue) = 202+118+228=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA76E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76E4 is #35891B. Grayscale: #9B9B9B. Windows color (decimal): -3508508 or 14972618. OLE color: 14972618.

HSL color Cylindrical-coordinate representation of color #CA76E4: hue angle of 285.82º 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 #CA76E4 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 118 228 -
CMYK 0.11 0.48 0 0.11
HSL 285.82º 0.67% 0.68% -
HSV(B) 285.82º 0.48% 0.89% -
XYZ 44.84 31.11 77.04 -
YUV 155.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 202 118 228 0.11 0.48 0 0.11 285.82 0.67 0.68
Hex CA 76 E4 B 30 0 B 11E 43 44
Octal 312 166 344 13 60 0 13 436 103 104
Binary 11001010 1110110 11100100 1011 110000 0 1011 100011110 1000011 1000100

Color Harmonies of #CA76E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76E4

Black with #CA76E4

Text Example


Text Example

White with #CA76E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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