Html Css Color HEX #CA72ED Heliotrope

📋 copy color: '#CA72ED'

red 202 ◦ green 114 ◦ blue 237

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

Shades of Heliotrope #CA72ED

Tints of Heliotrope #CA72ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 36.53%
G = 20.61%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA72ED (or 0xCA72ED) is known color: Heliotrope. HEX triplet: CA, 72 and ED. RGB value is (202,114,237). Sum of RGB (Red+Green+Blue) = 202+114+237=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72ED is #358D12. Grayscale: #999999. Windows color (decimal): -3509523 or 15561418. OLE color: 15561418.

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

Color convert

RGB 202 114 237 -
CMYK 0.15 0.52 0 0.07
HSL 282.93º 0.77% 0.69% -
HSV(B) 282.93º 0.52% 0.93% -
XYZ 45.66 30.71 83.64 -
YUV 154.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 202 114 237 0.15 0.52 0 0.07 282.93 0.77 0.69
Hex CA 72 ED F 34 0 7 11B 4D 45
Octal 312 162 355 17 64 0 7 433 115 105
Binary 11001010 1110010 11101101 1111 110100 0 111 100011011 1001101 1000101

Color Harmonies of #CA72ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72ED

Black with #CA72ED

Text Example


Text Example

White with #CA72ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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