Html Css Color HEX #CA56FA Heliotrope

📋 copy color: '#CA56FA'

red 202 ◦ green 86 ◦ blue 250

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

Shades of Heliotrope #CA56FA

Tints of Heliotrope #CA56FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.99%

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

R = 37.55%
G = 15.99%
B = 46.47%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA56FA (or 0xCA56FA) is known color: Heliotrope. HEX triplet: CA, 56 and FA. RGB value is (202,86,250). Sum of RGB (Red+Green+Blue) = 202+86+250=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 86 (33.98% from 255 or 15.99% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56FA is #35A905. Grayscale: #8A8A8A. Windows color (decimal): -3516678 or 16406218. OLE color: 16406218.

HSL color Cylindrical-coordinate representation of color #CA56FA: hue angle of 282.44º degrees, saturation: 0.94, 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 #CA56FA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 86 250 -
CMYK 0.19 0.66 0 0.02
HSL 282.44º 0.94% 0.66% -
HSV(B) 282.44º 0.66% 0.98% -
XYZ 44.94 26.11 93.11 -
YUV 139.38 190.43 172.66 -
System Red Green Blue C M Y K H S L
Decimal 202 86 250 0.19 0.66 0 0.02 282.44 0.94 0.66
Hex CA 56 FA 13 42 0 2 11A 5E 42
Octal 312 126 372 23 102 0 2 432 136 102
Binary 11001010 1010110 11111010 10011 1000010 0 10 100011010 1011110 1000010

Color Harmonies of #CA56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56FA

Black with #CA56FA

Text Example


Text Example

White with #CA56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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