Html Css Color HEX #C96FFC Heliotrope

📋 copy color: '#C96FFC'

red 201 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #C96FFC

Tints of Heliotrope #C96FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 35.64%
G = 19.68%
B = 44.68%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C96FFC (or 0xC96FFC) is known color: Heliotrope. HEX triplet: C9, 6F and FC. RGB value is (201,111,252). Sum of RGB (Red+Green+Blue) = 201+111+252=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #C96FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FFC is #369003. Grayscale: #999999. Windows color (decimal): -3575812 or 16543689. OLE color: 16543689.

HSL color Cylindrical-coordinate representation of color #C96FFC: hue angle of 278.3º degrees, saturation: 0.96, 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 #C96FFC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 111 252 -
CMYK 0.20 0.56 0 0.01
HSL 278.3º 0.96% 0.71% -
HSV(B) 278.3º 0.56% 0.99% -
XYZ 47.34 30.81 95.55 -
YUV 153.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 201 111 252 0.20 0.56 0 0.01 278.3 0.96 0.71
Hex C9 6F FC 14 38 0 1 116 60 47
Octal 311 157 374 24 70 0 1 426 140 107
Binary 11001001 1101111 11111100 10100 111000 0 1 100010110 1100000 1000111

Color Harmonies of #C96FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FFC

Black with #C96FFC

Text Example


Text Example

White with #C96FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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