Html Css Color HEX #CA50FD Heliotrope

📋 copy color: '#CA50FD'

red 202 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #CA50FD

Tints of Heliotrope #CA50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 37.76%
G = 14.95%
B = 47.29%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA50FD (or 0xCA50FD) is known color: Heliotrope. HEX triplet: CA, 50 and FD. RGB value is (202,80,253). Sum of RGB (Red+Green+Blue) = 202+80+253=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA50FD is #35AF02. Grayscale: #878787. Windows color (decimal): -3518211 or 16601290. OLE color: 16601290.

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

Color convert

RGB 202 80 253 -
CMYK 0.20 0.68 0 0.01
HSL 282.31º 0.98% 0.65% -
HSV(B) 282.31º 0.68% 0.99% -
XYZ 44.96 25.39 95.46 -
YUV 136.2 193.92 174.93 -
System Red Green Blue C M Y K H S L
Decimal 202 80 253 0.20 0.68 0 0.01 282.31 0.98 0.65
Hex CA 50 FD 14 44 0 1 11A 62 41
Octal 312 120 375 24 104 0 1 432 142 101
Binary 11001010 1010000 11111101 10100 1000100 0 1 100011010 1100010 1000001

Color Harmonies of #CA50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50FD

Black with #CA50FD

Text Example


Text Example

White with #CA50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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