Html Css Color HEX #CA5FFE Heliotrope

📋 copy color: '#CA5FFE'

red 202 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #CA5FFE

Tints of Heliotrope #CA5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.24%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 36.66%
G = 17.24%
B = 46.1%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA5FFE (or 0xCA5FFE) is known color: Heliotrope. HEX triplet: CA, 5F and FE. RGB value is (202,95,254). Sum of RGB (Red+Green+Blue) = 202+95+254=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FFE is #35A001. Grayscale: #909090. Windows color (decimal): -3514370 or 16670666. OLE color: 16670666.

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

Color convert

RGB 202 95 254 -
CMYK 0.20 0.63 0 0.00
HSL 280.38º 0.99% 0.68% -
HSV(B) 280.38º 0.63% 1% -
XYZ 46.34 27.9 96.71 -
YUV 145.12 189.45 168.57 -
System Red Green Blue C M Y K H S L
Decimal 202 95 254 0.20 0.63 0 0.00 280.38 0.99 0.68
Hex CA 5F FE 14 3F 0 0 118 63 44
Octal 312 137 376 24 77 0 0 430 143 104
Binary 11001010 1011111 11111110 10100 111111 0 0 100011000 1100011 1000100

Color Harmonies of #CA5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FFE

Black with #CA5FFE

Text Example


Text Example

White with #CA5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FFE; }

 p { color: rgb(202,95,254); }

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

background-color css

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

 a { background-color: rgb(202,95,254); }

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

border-color css

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

 span { border-color: rgb(202,95,254); }

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