Html Css Color HEX #CA76FE Heliotrope

📋 copy color: '#CA76FE'

red 202 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #CA76FE

Tints of Heliotrope #CA76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 35.19%
G = 20.56%
B = 44.25%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA76FE (or 0xCA76FE) is known color: Heliotrope. HEX triplet: CA, 76 and FE. RGB value is (202,118,254). Sum of RGB (Red+Green+Blue) = 202+118+254=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76FE is #358901. Grayscale: #9E9E9E. Windows color (decimal): -3508482 or 16676554. OLE color: 16676554.

HSL color Cylindrical-coordinate representation of color #CA76FE: hue angle of 277.06º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA76FE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 118 254 -
CMYK 0.20 0.54 0 0.00
HSL 277.06º 0.99% 0.73% -
HSV(B) 277.06º 0.54% 1% -
XYZ 48.72 32.67 97.5 -
YUV 158.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 202 118 254 0.20 0.54 0 0.00 277.06 0.99 0.73
Hex CA 76 FE 14 36 0 0 115 63 49
Octal 312 166 376 24 66 0 0 425 143 111
Binary 11001010 1110110 11111110 10100 110110 0 0 100010101 1100011 1001001

Color Harmonies of #CA76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76FE

Black with #CA76FE

Text Example


Text Example

White with #CA76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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