Html Css Color HEX #C96EFB Heliotrope

📋 copy color: '#C96EFB'

red 201 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #C96EFB

Tints of Heliotrope #C96EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.57%

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

R = 35.77%
G = 19.57%
B = 44.66%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C96EFB (or 0xC96EFB) is known color: Heliotrope. HEX triplet: C9, 6E and FB. RGB value is (201,110,251). Sum of RGB (Red+Green+Blue) = 201+110+251=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #C96EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EFB is #369104. Grayscale: #989898. Windows color (decimal): -3576069 or 16477897. OLE color: 16477897.

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

Color convert

RGB 201 110 251 -
CMYK 0.20 0.56 0 0.02
HSL 278.72º 0.95% 0.71% -
HSV(B) 278.72º 0.56% 0.98% -
XYZ 47.08 30.53 94.68 -
YUV 153.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 201 110 251 0.20 0.56 0 0.02 278.72 0.95 0.71
Hex C9 6E FB 14 38 0 2 117 5F 47
Octal 311 156 373 24 70 0 2 427 137 107
Binary 11001001 1101110 11111011 10100 111000 0 10 100010111 1011111 1000111

Color Harmonies of #C96EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EFB

Black with #C96EFB

Text Example


Text Example

White with #C96EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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