Html Css Color HEX #CA53FF Heliotrope

📋 copy color: '#CA53FF'

red 202 ◦ green 83 ◦ blue 255

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

Shades of Heliotrope #CA53FF

Tints of Heliotrope #CA53FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 37.41%
G = 15.37%
B = 47.22%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA53FF (or 0xCA53FF) is known color: Heliotrope. HEX triplet: CA, 53 and FF. RGB value is (202,83,255). Sum of RGB (Red+Green+Blue) = 202+83+255=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53FF is #35AC00. Grayscale: #898989. Windows color (decimal): -3517441 or 16733130. OLE color: 16733130.

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

Color convert

RGB 202 83 255 -
CMYK 0.21 0.67 0 0
HSL 281.51º 1% 0.66% -
HSV(B) 281.51º 0.67% 1% -
XYZ 45.5 25.96 97.22 -
YUV 138.19 193.92 173.51 -
System Red Green Blue C M Y K H S L
Decimal 202 83 255 0.21 0.67 0 0 281.51 1 0.66
Hex CA 53 FF 15 43 0 0 11A 64 42
Octal 312 123 377 25 103 0 0 432 144 102
Binary 11001010 1010011 11111111 10101 1000011 0 0 100011010 1100100 1000010

Color Harmonies of #CA53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53FF

Black with #CA53FF

Text Example


Text Example

White with #CA53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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