Html Css Color HEX #CA70F3 Heliotrope

📋 copy color: '#CA70F3'

red 202 ◦ green 112 ◦ blue 243

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

Shades of Heliotrope #CA70F3

Tints of Heliotrope #CA70F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 36.27%
G = 20.11%
B = 43.63%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA70F3 (or 0xCA70F3) is known color: Heliotrope. HEX triplet: CA, 70 and F3. RGB value is (202,112,243). Sum of RGB (Red+Green+Blue) = 202+112+243=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70F3 is #358F0C. Grayscale: #999999. Windows color (decimal): -3510029 or 15954122. OLE color: 15954122.

HSL color Cylindrical-coordinate representation of color #CA70F3: hue angle of 281.22º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA70F3 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 112 243 -
CMYK 0.17 0.54 0 0.05
HSL 281.22º 0.85% 0.7% -
HSV(B) 281.22º 0.54% 0.95% -
XYZ 46.33 30.62 88.26 -
YUV 153.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 202 112 243 0.17 0.54 0 0.05 281.22 0.85 0.7
Hex CA 70 F3 11 36 0 5 119 55 46
Octal 312 160 363 21 66 0 5 431 125 106
Binary 11001010 1110000 11110011 10001 110110 0 101 100011001 1010101 1000110

Color Harmonies of #CA70F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70F3

Black with #CA70F3

Text Example


Text Example

White with #CA70F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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