Html Css Color HEX #C16DFD Heliotrope

📋 copy color: '#C16DFD'

red 193 ◦ green 109 ◦ blue 253

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

Shades of Heliotrope #C16DFD

Tints of Heliotrope #C16DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.64%

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

R = 34.77%
G = 19.64%
B = 45.59%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C16DFD (or 0xC16DFD) is known color: Heliotrope. HEX triplet: C1, 6D and FD. RGB value is (193,109,253). Sum of RGB (Red+Green+Blue) = 193+109+253=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #C16DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DFD is #3E9202. Grayscale: #969696. Windows color (decimal): -4100611 or 16608705. OLE color: 16608705.

HSL color Cylindrical-coordinate representation of color #C16DFD: hue angle of 275º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C16DFD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 109 253 -
CMYK 0.24 0.57 0 0.01
HSL 275º 0.97% 0.71% -
HSV(B) 275º 0.57% 0.99% -
XYZ 45.19 29.37 96.22 -
YUV 150.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 193 109 253 0.24 0.57 0 0.01 275 0.97 0.71
Hex C1 6D FD 18 39 0 1 113 61 47
Octal 301 155 375 30 71 0 1 423 141 107
Binary 11000001 1101101 11111101 11000 111001 0 1 100010011 1100001 1000111

Color Harmonies of #C16DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DFD

Black with #C16DFD

Text Example


Text Example

White with #C16DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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