Html Css Color HEX #CA57FF Heliotrope

📋 copy color: '#CA57FF'

red 202 ◦ green 87 ◦ blue 255

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

Shades of Heliotrope #CA57FF

Tints of Heliotrope #CA57FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.99%

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

R = 37.13%
G = 15.99%
B = 46.88%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA57FF (or 0xCA57FF) is known color: Heliotrope. HEX triplet: CA, 57 and FF. RGB value is (202,87,255). Sum of RGB (Red+Green+Blue) = 202+87+255=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57FF is #35A800. Grayscale: #8B8B8B. Windows color (decimal): -3516417 or 16734154. OLE color: 16734154.

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

Color convert

RGB 202 87 255 -
CMYK 0.21 0.66 0 0
HSL 281.07º 1% 0.67% -
HSV(B) 281.07º 0.66% 1% -
XYZ 45.82 26.59 97.33 -
YUV 140.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 202 87 255 0.21 0.66 0 0 281.07 1 0.67
Hex CA 57 FF 15 42 0 0 119 64 43
Octal 312 127 377 25 102 0 0 431 144 103
Binary 11001010 1010111 11111111 10101 1000010 0 0 100011001 1100100 1000011

Color Harmonies of #CA57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57FF

Black with #CA57FF

Text Example


Text Example

White with #CA57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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