Html Css Color HEX #C96DF3 Heliotrope

📋 copy color: '#C96DF3'

red 201 ◦ green 109 ◦ blue 243

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

Shades of Heliotrope #C96DF3

Tints of Heliotrope #C96DF3

RGB

 RED value IS 201 (78.91% from 255) = 36.35%

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

 BLUE value IS 243 (95.31% from 255) = 43.94%

R = 36.35%
G = 19.71%
B = 43.94%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C96DF3 (or 0xC96DF3) is known color: Heliotrope. HEX triplet: C9, 6D and F3. RGB value is (201,109,243). Sum of RGB (Red+Green+Blue) = 201+109+243=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #C96DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DF3 is #36920C. Grayscale: #979797. Windows color (decimal): -3576333 or 15953353. OLE color: 15953353.

HSL color Cylindrical-coordinate representation of color #C96DF3: hue angle of 281.19º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96DF3 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 109 243 -
CMYK 0.17 0.55 0 0.05
HSL 281.19º 0.85% 0.69% -
HSV(B) 281.19º 0.55% 0.95% -
XYZ 45.73 29.83 88.14 -
YUV 151.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 201 109 243 0.17 0.55 0 0.05 281.19 0.85 0.69
Hex C9 6D F3 11 37 0 5 119 55 45
Octal 311 155 363 21 67 0 5 431 125 105
Binary 11001001 1101101 11110011 10001 110111 0 101 100011001 1010101 1000101

Color Harmonies of #C96DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DF3

Black with #C96DF3

Text Example


Text Example

White with #C96DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DF3; }

 p { color: rgb(201,109,243); }

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

background-color css

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

 a { background-color: rgb(201,109,243); }

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

border-color css

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

 span { border-color: rgb(201,109,243); }

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