Html Css Color HEX #CA52FF Heliotrope

📋 copy color: '#CA52FF'

red 202 ◦ green 82 ◦ blue 255

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

Shades of Heliotrope #CA52FF

Tints of Heliotrope #CA52FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.21%

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

R = 37.48%
G = 15.21%
B = 47.31%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA52FF (or 0xCA52FF) is known color: Heliotrope. HEX triplet: CA, 52 and FF. RGB value is (202,82,255). Sum of RGB (Red+Green+Blue) = 202+82+255=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA52FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA52FF is #35AD00. Grayscale: #898989. Windows color (decimal): -3517697 or 16732874. OLE color: 16732874.

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

Color convert

RGB 202 82 255 -
CMYK 0.21 0.68 0 0
HSL 281.62º 1% 0.66% -
HSV(B) 281.62º 0.68% 1% -
XYZ 45.42 25.81 97.2 -
YUV 137.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 202 82 255 0.21 0.68 0 0 281.62 1 0.66
Hex CA 52 FF 15 44 0 0 11A 64 42
Octal 312 122 377 25 104 0 0 432 144 102
Binary 11001010 1010010 11111111 10101 1000100 0 0 100011010 1100100 1000010

Color Harmonies of #CA52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52FF

Black with #CA52FF

Text Example


Text Example

White with #CA52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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