Html Css Color HEX #CA76FA Heliotrope

📋 copy color: '#CA76FA'

red 202 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #CA76FA

Tints of Heliotrope #CA76FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 35.44%
G = 20.7%
B = 43.86%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA76FA (or 0xCA76FA) is known color: Heliotrope. HEX triplet: CA, 76 and FA. RGB value is (202,118,250). Sum of RGB (Red+Green+Blue) = 202+118+250=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76FA is #358905. Grayscale: #9D9D9D. Windows color (decimal): -3508486 or 16414410. OLE color: 16414410.

HSL color Cylindrical-coordinate representation of color #CA76FA: hue angle of 278.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA76FA is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 118 250 -
CMYK 0.19 0.53 0 0.02
HSL 278.18º 0.93% 0.72% -
HSV(B) 278.18º 0.53% 0.98% -
XYZ 48.09 32.42 94.16 -
YUV 158.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 202 118 250 0.19 0.53 0 0.02 278.18 0.93 0.72
Hex CA 76 FA 13 35 0 2 116 5D 48
Octal 312 166 372 23 65 0 2 426 135 110
Binary 11001010 1110110 11111010 10011 110101 0 10 100010110 1011101 1001000

Color Harmonies of #CA76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76FA

Black with #CA76FA

Text Example


Text Example

White with #CA76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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