Html Css Color HEX #CA59FF Heliotrope

📋 copy color: '#CA59FF'

red 202 ◦ green 89 ◦ blue 255

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

Shades of Heliotrope #CA59FF

Tints of Heliotrope #CA59FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.3%

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

R = 37%
G = 16.3%
B = 46.7%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA59FF (or 0xCA59FF) is known color: Heliotrope. HEX triplet: CA, 59 and FF. RGB value is (202,89,255). Sum of RGB (Red+Green+Blue) = 202+89+255=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA59FF is #35A600. Grayscale: #8D8D8D. Windows color (decimal): -3515905 or 16734666. OLE color: 16734666.

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

Color convert

RGB 202 89 255 -
CMYK 0.21 0.65 0 0
HSL 280.84º 1% 0.67% -
HSV(B) 280.84º 0.65% 1% -
XYZ 45.98 26.92 97.38 -
YUV 141.71 191.94 171 -
System Red Green Blue C M Y K H S L
Decimal 202 89 255 0.21 0.65 0 0 280.84 1 0.67
Hex CA 59 FF 15 41 0 0 119 64 43
Octal 312 131 377 25 101 0 0 431 144 103
Binary 11001010 1011001 11111111 10101 1000001 0 0 100011001 1100100 1000011

Color Harmonies of #CA59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59FF

Black with #CA59FF

Text Example


Text Example

White with #CA59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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