Html Css Color HEX #CA70E9 Heliotrope

📋 copy color: '#CA70E9'

red 202 ◦ green 112 ◦ blue 233

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

Shades of Heliotrope #CA70E9

Tints of Heliotrope #CA70E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 36.93%
G = 20.48%
B = 42.6%

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

#CA70E9 (or 0xCA70E9) is known color: Heliotrope. HEX triplet: CA, 70 and E9. RGB value is (202,112,233). Sum of RGB (Red+Green+Blue) = 202+112+233=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70E9 is #358F16. Grayscale: #989898. Windows color (decimal): -3510039 or 15298762. OLE color: 15298762.

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

Color convert

RGB 202 112 233 -
CMYK 0.13 0.52 0 0.09
HSL 284.63º 0.73% 0.68% -
HSV(B) 284.63º 0.52% 0.91% -
XYZ 44.86 30.03 80.52 -
YUV 152.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 202 112 233 0.13 0.52 0 0.09 284.63 0.73 0.68
Hex CA 70 E9 D 34 0 9 11D 49 44
Octal 312 160 351 15 64 0 11 435 111 104
Binary 11001010 1110000 11101001 1101 110100 0 1001 100011101 1001001 1000100

Color Harmonies of #CA70E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70E9

Black with #CA70E9

Text Example


Text Example

White with #CA70E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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