Html Css Color HEX #C96CFB Heliotrope

📋 copy color: '#C96CFB'

red 201 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #C96CFB

Tints of Heliotrope #C96CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 35.89%
G = 19.29%
B = 44.82%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C96CFB (or 0xC96CFB) is known color: Heliotrope. HEX triplet: C9, 6C and FB. RGB value is (201,108,251). Sum of RGB (Red+Green+Blue) = 201+108+251=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C96CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CFB is #369304. Grayscale: #979797. Windows color (decimal): -3576581 or 16477385. OLE color: 16477385.

HSL color Cylindrical-coordinate representation of color #C96CFB: hue angle of 279.02º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96CFB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 108 251 -
CMYK 0.20 0.57 0 0.02
HSL 279.02º 0.95% 0.7% -
HSV(B) 279.02º 0.57% 0.98% -
XYZ 46.86 30.11 94.61 -
YUV 152.11 183.81 162.87 -
System Red Green Blue C M Y K H S L
Decimal 201 108 251 0.20 0.57 0 0.02 279.02 0.95 0.7
Hex C9 6C FB 14 39 0 2 117 5F 46
Octal 311 154 373 24 71 0 2 427 137 106
Binary 11001001 1101100 11111011 10100 111001 0 10 100010111 1011111 1000110

Color Harmonies of #C96CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CFB

Black with #C96CFB

Text Example


Text Example

White with #C96CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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