Html Css Color HEX #CA50FA Heliotrope

📋 copy color: '#CA50FA'

red 202 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #CA50FA

Tints of Heliotrope #CA50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.04%

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 37.97%
G = 15.04%
B = 46.99%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA50FA (or 0xCA50FA) is known color: Heliotrope. HEX triplet: CA, 50 and FA. RGB value is (202,80,250). Sum of RGB (Red+Green+Blue) = 202+80+250=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA50FA is #35AF05. Grayscale: #878787. Windows color (decimal): -3518214 or 16404682. OLE color: 16404682.

HSL color Cylindrical-coordinate representation of color #CA50FA: hue angle of 283.06º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA50FA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 80 250 -
CMYK 0.19 0.68 0 0.02
HSL 283.06º 0.94% 0.65% -
HSV(B) 283.06º 0.68% 0.98% -
XYZ 44.48 25.2 92.96 -
YUV 135.86 192.42 175.18 -
System Red Green Blue C M Y K H S L
Decimal 202 80 250 0.19 0.68 0 0.02 283.06 0.94 0.65
Hex CA 50 FA 13 44 0 2 11B 5E 41
Octal 312 120 372 23 104 0 2 433 136 101
Binary 11001010 1010000 11111010 10011 1000100 0 10 100011011 1011110 1000001

Color Harmonies of #CA50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50FA

Black with #CA50FA

Text Example


Text Example

White with #CA50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50FA; }

 p { color: rgb(202,80,250); }

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

background-color css

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

 a { background-color: rgb(202,80,250); }

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

border-color css

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

 span { border-color: rgb(202,80,250); }

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