Html Css Color HEX #CA72FA Heliotrope

📋 copy color: '#CA72FA'

red 202 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #CA72FA

Tints of Heliotrope #CA72FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.14%

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

R = 35.69%
G = 20.14%
B = 44.17%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA72FA (or 0xCA72FA) is known color: Heliotrope. HEX triplet: CA, 72 and FA. RGB value is (202,114,250). Sum of RGB (Red+Green+Blue) = 202+114+250=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72FA is #358D05. Grayscale: #9B9B9B. Windows color (decimal): -3509510 or 16413386. OLE color: 16413386.

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

Color convert

RGB 202 114 250 -
CMYK 0.19 0.54 0 0.02
HSL 278.82º 0.93% 0.71% -
HSV(B) 278.82º 0.54% 0.98% -
XYZ 47.63 31.49 94.01 -
YUV 155.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 202 114 250 0.19 0.54 0 0.02 278.82 0.93 0.71
Hex CA 72 FA 13 36 0 2 117 5D 47
Octal 312 162 372 23 66 0 2 427 135 107
Binary 11001010 1110010 11111010 10011 110110 0 10 100010111 1011101 1000111

Color Harmonies of #CA72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72FA

Black with #CA72FA

Text Example


Text Example

White with #CA72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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