Html Css Color HEX #CA70E7 Heliotrope

📋 copy color: '#CA70E7'

red 202 ◦ green 112 ◦ blue 231

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

Shades of Heliotrope #CA70E7

Tints of Heliotrope #CA70E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.39%

R = 37.06%
G = 20.55%
B = 42.39%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA70E7 (or 0xCA70E7) is known color: Heliotrope. HEX triplet: CA, 70 and E7. RGB value is (202,112,231). Sum of RGB (Red+Green+Blue) = 202+112+231=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA70E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70E7 is #358F18. Grayscale: #989898. Windows color (decimal): -3510041 or 15167690. OLE color: 15167690.

HSL color Cylindrical-coordinate representation of color #CA70E7: hue angle of 285.38º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA70E7 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 112 231 -
CMYK 0.13 0.52 0 0.09
HSL 285.38º 0.71% 0.67% -
HSV(B) 285.38º 0.52% 0.91% -
XYZ 44.58 29.91 79.03 -
YUV 152.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 202 112 231 0.13 0.52 0 0.09 285.38 0.71 0.67
Hex CA 70 E7 D 34 0 9 11D 47 43
Octal 312 160 347 15 64 0 11 435 107 103
Binary 11001010 1110000 11100111 1101 110100 0 1001 100011101 1000111 1000011

Color Harmonies of #CA70E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70E7

Black with #CA70E7

Text Example


Text Example

White with #CA70E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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