Html Css Color HEX #C15AFD Heliotrope

📋 copy color: '#C15AFD'

red 193 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #C15AFD

Tints of Heliotrope #C15AFD

RGB

 RED value IS 193 (75.78% from 255) = 36.01%

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

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

R = 36.01%
G = 16.79%
B = 47.2%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C15AFD (or 0xC15AFD) is known color: Heliotrope. HEX triplet: C1, 5A and FD. RGB value is (193,90,253). Sum of RGB (Red+Green+Blue) = 193+90+253=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #C15AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AFD is #3EA502. Grayscale: #8A8A8A. Windows color (decimal): -4105475 or 16603841. OLE color: 16603841.

HSL color Cylindrical-coordinate representation of color #C15AFD: hue angle of 277.91º 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 #C15AFD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 90 253 -
CMYK 0.24 0.64 0 0.01
HSL 277.91º 0.98% 0.67% -
HSV(B) 277.91º 0.64% 0.99% -
XYZ 43.38 25.74 95.61 -
YUV 139.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 193 90 253 0.24 0.64 0 0.01 277.91 0.98 0.67
Hex C1 5A FD 18 40 0 1 116 62 43
Octal 301 132 375 30 100 0 1 426 142 103
Binary 11000001 1011010 11111101 11000 1000000 0 1 100010110 1100010 1000011

Color Harmonies of #C15AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AFD

Black with #C15AFD

Text Example


Text Example

White with #C15AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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