Html Css Color HEX #CA53FD Heliotrope

📋 copy color: '#CA53FD'

red 202 ◦ green 83 ◦ blue 253

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

Shades of Heliotrope #CA53FD

Tints of Heliotrope #CA53FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.43%

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

R = 37.55%
G = 15.43%
B = 47.03%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA53FD (or 0xCA53FD) is known color: Heliotrope. HEX triplet: CA, 53 and FD. RGB value is (202,83,253). Sum of RGB (Red+Green+Blue) = 202+83+253=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA53FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53FD is #35AC02. Grayscale: #898989. Windows color (decimal): -3517443 or 16602058. OLE color: 16602058.

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

Color convert

RGB 202 83 253 -
CMYK 0.20 0.67 0 0.01
HSL 282º 0.98% 0.66% -
HSV(B) 282º 0.67% 0.99% -
XYZ 45.18 25.83 95.53 -
YUV 137.96 192.92 173.68 -
System Red Green Blue C M Y K H S L
Decimal 202 83 253 0.20 0.67 0 0.01 282 0.98 0.66
Hex CA 53 FD 14 43 0 1 11A 62 42
Octal 312 123 375 24 103 0 1 432 142 102
Binary 11001010 1010011 11111101 10100 1000011 0 1 100011010 1100010 1000010

Color Harmonies of #CA53FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53FD

Black with #CA53FD

Text Example


Text Example

White with #CA53FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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