Html Css Color HEX #C96BFE Heliotrope

📋 copy color: '#C96BFE'

red 201 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #C96BFE

Tints of Heliotrope #C96BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.04%

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 35.77%
G = 19.04%
B = 45.2%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C96BFE (or 0xC96BFE) is known color: Heliotrope. HEX triplet: C9, 6B and FE. RGB value is (201,107,254). Sum of RGB (Red+Green+Blue) = 201+107+254=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #C96BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BFE is #369401. Grayscale: #979797. Windows color (decimal): -3576834 or 16673737. OLE color: 16673737.

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

Color convert

RGB 201 107 254 -
CMYK 0.21 0.58 0 0.00
HSL 278.37º 0.99% 0.71% -
HSV(B) 278.37º 0.58% 1% -
XYZ 47.23 30.09 97.08 -
YUV 151.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 201 107 254 0.21 0.58 0 0.00 278.37 0.99 0.71
Hex C9 6B FE 15 3A 0 0 116 63 47
Octal 311 153 376 25 72 0 0 426 143 107
Binary 11001001 1101011 11111110 10101 111010 0 0 100010110 1100011 1000111

Color Harmonies of #C96BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BFE

Black with #C96BFE

Text Example


Text Example

White with #C96BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BFE; }

 p { color: rgb(201,107,254); }

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

background-color css

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

 a { background-color: rgb(201,107,254); }

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

border-color css

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

 span { border-color: rgb(201,107,254); }

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