Html Css Color HEX #CA5FFC Heliotrope

📋 copy color: '#CA5FFC'

red 202 ◦ green 95 ◦ blue 252

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

Shades of Heliotrope #CA5FFC

Tints of Heliotrope #CA5FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 36.79%
G = 17.3%
B = 45.9%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA5FFC (or 0xCA5FFC) is known color: Heliotrope. HEX triplet: CA, 5F and FC. RGB value is (202,95,252). Sum of RGB (Red+Green+Blue) = 202+95+252=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA5FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FFC is #35A003. Grayscale: #909090. Windows color (decimal): -3514372 or 16539594. OLE color: 16539594.

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

Color convert

RGB 202 95 252 -
CMYK 0.20 0.62 0 0.01
HSL 280.89º 0.96% 0.68% -
HSV(B) 280.89º 0.62% 0.99% -
XYZ 46.02 27.77 95.03 -
YUV 144.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 202 95 252 0.20 0.62 0 0.01 280.89 0.96 0.68
Hex CA 5F FC 14 3E 0 1 119 60 44
Octal 312 137 374 24 76 0 1 431 140 104
Binary 11001010 1011111 11111100 10100 111110 0 1 100011001 1100000 1000100

Color Harmonies of #CA5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FFC

Black with #CA5FFC

Text Example


Text Example

White with #CA5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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