Html Css Color HEX #C96DFD Heliotrope

📋 copy color: '#C96DFD'

red 201 ◦ green 109 ◦ blue 253

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

Shades of Heliotrope #C96DFD

Tints of Heliotrope #C96DFD

RGB

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

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

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

R = 35.7%
G = 19.36%
B = 44.94%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C96DFD (or 0xC96DFD) is known color: Heliotrope. HEX triplet: C9, 6D and FD. RGB value is (201,109,253). Sum of RGB (Red+Green+Blue) = 201+109+253=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #C96DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DFD is #369202. Grayscale: #989898. Windows color (decimal): -3576323 or 16608713. OLE color: 16608713.

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

Color convert

RGB 201 109 253 -
CMYK 0.21 0.57 0 0.01
HSL 278.33º 0.97% 0.71% -
HSV(B) 278.33º 0.57% 0.99% -
XYZ 47.29 30.45 96.31 -
YUV 152.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 201 109 253 0.21 0.57 0 0.01 278.33 0.97 0.71
Hex C9 6D FD 15 39 0 1 116 61 47
Octal 311 155 375 25 71 0 1 426 141 107
Binary 11001001 1101101 11111101 10101 111001 0 1 100010110 1100001 1000111

Color Harmonies of #C96DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DFD

Black with #C96DFD

Text Example


Text Example

White with #C96DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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