Html Css Color HEX #C15DFD Heliotrope

📋 copy color: '#C15DFD'

red 193 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #C15DFD

Tints of Heliotrope #C15DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.25%

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

R = 35.81%
G = 17.25%
B = 46.94%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C15DFD (or 0xC15DFD) is known color: Heliotrope. HEX triplet: C1, 5D and FD. RGB value is (193,93,253). Sum of RGB (Red+Green+Blue) = 193+93+253=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #C15DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15DFD is #3EA202. Grayscale: #8C8C8C. Windows color (decimal): -4104707 or 16604609. OLE color: 16604609.

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

Color convert

RGB 193 93 253 -
CMYK 0.24 0.63 0 0.01
HSL 277.5º 0.98% 0.68% -
HSV(B) 277.5º 0.63% 0.99% -
XYZ 43.64 26.26 95.7 -
YUV 141.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 193 93 253 0.24 0.63 0 0.01 277.5 0.98 0.68
Hex C1 5D FD 18 3F 0 1 116 62 44
Octal 301 135 375 30 77 0 1 426 142 104
Binary 11000001 1011101 11111101 11000 111111 0 1 100010110 1100010 1000100

Color Harmonies of #C15DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DFD

Black with #C15DFD

Text Example


Text Example

White with #C15DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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