Html Css Color HEX #CA70EE Heliotrope

📋 copy color: '#CA70EE'

red 202 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #CA70EE

Tints of Heliotrope #CA70EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 36.59%
G = 20.29%
B = 43.12%

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

#CA70EE (or 0xCA70EE) is known color: Heliotrope. HEX triplet: CA, 70 and EE. RGB value is (202,112,238). Sum of RGB (Red+Green+Blue) = 202+112+238=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70EE is #358F11. Grayscale: #989898. Windows color (decimal): -3510034 or 15626442. OLE color: 15626442.

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

Color convert

RGB 202 112 238 -
CMYK 0.15 0.53 0 0.07
HSL 282.86º 0.79% 0.69% -
HSV(B) 282.86º 0.53% 0.93% -
XYZ 45.58 30.32 84.34 -
YUV 153.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 202 112 238 0.15 0.53 0 0.07 282.86 0.79 0.69
Hex CA 70 EE F 35 0 7 11B 4F 45
Octal 312 160 356 17 65 0 7 433 117 105
Binary 11001010 1110000 11101110 1111 110101 0 111 100011011 1001111 1000101

Color Harmonies of #CA70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70EE

Black with #CA70EE

Text Example


Text Example

White with #CA70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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