Html Css Color HEX #CA55FB Heliotrope

📋 copy color: '#CA55FB'

red 202 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #CA55FB

Tints of Heliotrope #CA55FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.8%

 BLUE value IS 251 (98.44% from 255) = 46.65%

R = 37.55%
G = 15.8%
B = 46.65%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA55FB (or 0xCA55FB) is known color: Heliotrope. HEX triplet: CA, 55 and FB. RGB value is (202,85,251). Sum of RGB (Red+Green+Blue) = 202+85+251=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA55FB is #35AA04. Grayscale: #8A8A8A. Windows color (decimal): -3516933 or 16471498. OLE color: 16471498.

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

Color convert

RGB 202 85 251 -
CMYK 0.20 0.66 0 0.02
HSL 282.29º 0.95% 0.66% -
HSV(B) 282.29º 0.66% 0.98% -
XYZ 45.02 26.02 93.92 -
YUV 138.91 191.26 173 -
System Red Green Blue C M Y K H S L
Decimal 202 85 251 0.20 0.66 0 0.02 282.29 0.95 0.66
Hex CA 55 FB 14 42 0 2 11A 5F 42
Octal 312 125 373 24 102 0 2 432 137 102
Binary 11001010 1010101 11111011 10100 1000010 0 10 100011010 1011111 1000010

Color Harmonies of #CA55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA55FB

Black with #CA55FB

Text Example


Text Example

White with #CA55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA55FB; }

 p { color: rgb(202,85,251); }

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

background-color css

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

 a { background-color: rgb(202,85,251); }

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

border-color css

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

 span { border-color: rgb(202,85,251); }

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