Html Css Color HEX #CA5AFD Heliotrope

📋 copy color: '#CA5AFD'

red 202 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #CA5AFD

Tints of Heliotrope #CA5AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.51%

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

R = 37.06%
G = 16.51%
B = 46.42%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA5AFD (or 0xCA5AFD) is known color: Heliotrope. HEX triplet: CA, 5A and FD. RGB value is (202,90,253). Sum of RGB (Red+Green+Blue) = 202+90+253=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA5AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AFD is #35A502. Grayscale: #8D8D8D. Windows color (decimal): -3515651 or 16603850. OLE color: 16603850.

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

Color convert

RGB 202 90 253 -
CMYK 0.20 0.64 0 0.01
HSL 281.23º 0.98% 0.67% -
HSV(B) 281.23º 0.64% 0.99% -
XYZ 45.74 26.96 95.72 -
YUV 142.07 190.61 170.75 -
System Red Green Blue C M Y K H S L
Decimal 202 90 253 0.20 0.64 0 0.01 281.23 0.98 0.67
Hex CA 5A FD 14 40 0 1 119 62 43
Octal 312 132 375 24 100 0 1 431 142 103
Binary 11001010 1011010 11111101 10100 1000000 0 1 100011001 1100010 1000011

Color Harmonies of #CA5AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AFD

Black with #CA5AFD

Text Example


Text Example

White with #CA5AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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