Html Css Color HEX #CA72EF Heliotrope

📋 copy color: '#CA72EF'

red 202 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #CA72EF

Tints of Heliotrope #CA72EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 36.4%
G = 20.54%
B = 43.06%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA72EF (or 0xCA72EF) is known color: Heliotrope. HEX triplet: CA, 72 and EF. RGB value is (202,114,239). Sum of RGB (Red+Green+Blue) = 202+114+239=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA72EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72EF is #358D10. Grayscale: #9A9A9A. Windows color (decimal): -3509521 or 15692490. OLE color: 15692490.

HSL color Cylindrical-coordinate representation of color #CA72EF: hue angle of 282.24º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA72EF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 114 239 -
CMYK 0.15 0.52 0 0.06
HSL 282.24º 0.8% 0.69% -
HSV(B) 282.24º 0.52% 0.94% -
XYZ 45.95 30.82 85.19 -
YUV 154.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 202 114 239 0.15 0.52 0 0.06 282.24 0.8 0.69
Hex CA 72 EF F 34 0 6 11A 50 45
Octal 312 162 357 17 64 0 6 432 120 105
Binary 11001010 1110010 11101111 1111 110100 0 110 100011010 1010000 1000101

Color Harmonies of #CA72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72EF

Black with #CA72EF

Text Example


Text Example

White with #CA72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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