Html Css Color HEX #C96CFD Heliotrope

📋 copy color: '#C96CFD'

red 201 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #C96CFD

Tints of Heliotrope #C96CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.22%

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

R = 35.77%
G = 19.22%
B = 45.02%

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

#C96CFD (or 0xC96CFD) is known color: Heliotrope. HEX triplet: C9, 6C and FD. RGB value is (201,108,253). Sum of RGB (Red+Green+Blue) = 201+108+253=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #C96CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CFD is #369302. Grayscale: #979797. Windows color (decimal): -3576579 or 16608457. OLE color: 16608457.

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

Color convert

RGB 201 108 253 -
CMYK 0.21 0.57 0 0.01
HSL 278.48º 0.97% 0.71% -
HSV(B) 278.48º 0.57% 0.99% -
XYZ 47.18 30.23 96.28 -
YUV 152.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 201 108 253 0.21 0.57 0 0.01 278.48 0.97 0.71
Hex C9 6C FD 15 39 0 1 116 61 47
Octal 311 154 375 25 71 0 1 426 141 107
Binary 11001001 1101100 11111101 10101 111001 0 1 100010110 1100001 1000111

Color Harmonies of #C96CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CFD

Black with #C96CFD

Text Example


Text Example

White with #C96CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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