Html Css Color HEX #C96FFD Heliotrope

📋 copy color: '#C96FFD'

red 201 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #C96FFD

Tints of Heliotrope #C96FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.65%

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

R = 35.58%
G = 19.65%
B = 44.78%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C96FFD (or 0xC96FFD) is known color: Heliotrope. HEX triplet: C9, 6F and FD. RGB value is (201,111,253). Sum of RGB (Red+Green+Blue) = 201+111+253=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C96FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FFD is #369002. Grayscale: #999999. Windows color (decimal): -3575811 or 16609225. OLE color: 16609225.

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

Color convert

RGB 201 111 253 -
CMYK 0.21 0.56 0 0.01
HSL 278.03º 0.97% 0.71% -
HSV(B) 278.03º 0.56% 0.99% -
XYZ 47.5 30.88 96.39 -
YUV 154.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 201 111 253 0.21 0.56 0 0.01 278.03 0.97 0.71
Hex C9 6F FD 15 38 0 1 116 61 47
Octal 311 157 375 25 70 0 1 426 141 107
Binary 11001001 1101111 11111101 10101 111000 0 1 100010110 1100001 1000111

Color Harmonies of #C96FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FFD

Black with #C96FFD

Text Example


Text Example

White with #C96FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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