Html Css Color HEX #CA5EFD Heliotrope

📋 copy color: '#CA5EFD'

red 202 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #CA5EFD

Tints of Heliotrope #CA5EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.12%

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

R = 36.79%
G = 17.12%
B = 46.08%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA5EFD (or 0xCA5EFD) is known color: Heliotrope. HEX triplet: CA, 5E and FD. RGB value is (202,94,253). Sum of RGB (Red+Green+Blue) = 202+94+253=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EFD is #35A102. Grayscale: #8F8F8F. Windows color (decimal): -3514627 or 16604874. OLE color: 16604874.

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

Color convert

RGB 202 94 253 -
CMYK 0.20 0.63 0 0.01
HSL 280.75º 0.98% 0.68% -
HSV(B) 280.75º 0.63% 0.99% -
XYZ 46.09 27.65 95.84 -
YUV 144.42 189.28 169.07 -
System Red Green Blue C M Y K H S L
Decimal 202 94 253 0.20 0.63 0 0.01 280.75 0.98 0.68
Hex CA 5E FD 14 3F 0 1 119 62 44
Octal 312 136 375 24 77 0 1 431 142 104
Binary 11001010 1011110 11111101 10100 111111 0 1 100011001 1100010 1000100

Color Harmonies of #CA5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EFD

Black with #CA5EFD

Text Example


Text Example

White with #CA5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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