Html Css Color HEX #CA70FD Heliotrope

📋 copy color: '#CA70FD'

red 202 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #CA70FD

Tints of Heliotrope #CA70FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 35.63%
G = 19.75%
B = 44.62%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA70FD (or 0xCA70FD) is known color: Heliotrope. HEX triplet: CA, 70 and FD. RGB value is (202,112,253). Sum of RGB (Red+Green+Blue) = 202+112+253=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA70FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70FD is #358F02. Grayscale: #9A9A9A. Windows color (decimal): -3510019 or 16609482. OLE color: 16609482.

HSL color Cylindrical-coordinate representation of color #CA70FD: hue angle of 278.3º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA70FD is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 112 253 -
CMYK 0.20 0.56 0 0.01
HSL 278.3º 0.97% 0.72% -
HSV(B) 278.3º 0.56% 0.99% -
XYZ 47.88 31.24 96.43 -
YUV 154.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 202 112 253 0.20 0.56 0 0.01 278.3 0.97 0.72
Hex CA 70 FD 14 38 0 1 116 61 48
Octal 312 160 375 24 70 0 1 426 141 110
Binary 11001010 1110000 11111101 10100 111000 0 1 100010110 1100001 1001000

Color Harmonies of #CA70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70FD

Black with #CA70FD

Text Example


Text Example

White with #CA70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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