Html Css Color HEX #CA70ED Heliotrope

📋 copy color: '#CA70ED'

red 202 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #CA70ED

Tints of Heliotrope #CA70ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.33%

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

R = 36.66%
G = 20.33%
B = 43.01%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA70ED (or 0xCA70ED) is known color: Heliotrope. HEX triplet: CA, 70 and ED. RGB value is (202,112,237). Sum of RGB (Red+Green+Blue) = 202+112+237=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70ED is #358F12. Grayscale: #989898. Windows color (decimal): -3510035 or 15560906. OLE color: 15560906.

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

Color convert

RGB 202 112 237 -
CMYK 0.15 0.53 0 0.07
HSL 283.2º 0.78% 0.68% -
HSV(B) 283.2º 0.53% 0.93% -
XYZ 45.44 30.26 83.57 -
YUV 153.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 202 112 237 0.15 0.53 0 0.07 283.2 0.78 0.68
Hex CA 70 ED F 35 0 7 11B 4E 44
Octal 312 160 355 17 65 0 7 433 116 104
Binary 11001010 1110000 11101101 1111 110101 0 111 100011011 1001110 1000100

Color Harmonies of #CA70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70ED

Black with #CA70ED

Text Example


Text Example

White with #CA70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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