Html Css Color HEX #C96BFB Heliotrope

📋 copy color: '#C96BFB'

red 201 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #C96BFB

Tints of Heliotrope #C96BFB

RGB

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

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

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

R = 35.96%
G = 19.14%
B = 44.9%

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

#C96BFB (or 0xC96BFB) is known color: Heliotrope. HEX triplet: C9, 6B and FB. RGB value is (201,107,251). Sum of RGB (Red+Green+Blue) = 201+107+251=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #C96BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BFB is #369404. Grayscale: #979797. Windows color (decimal): -3576837 or 16477129. OLE color: 16477129.

HSL color Cylindrical-coordinate representation of color #C96BFB: hue angle of 279.17º 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 #C96BFB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 107 251 -
CMYK 0.20 0.57 0 0.02
HSL 279.17º 0.95% 0.7% -
HSV(B) 279.17º 0.57% 0.98% -
XYZ 46.76 29.9 94.57 -
YUV 151.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 201 107 251 0.20 0.57 0 0.02 279.17 0.95 0.7
Hex C9 6B FB 14 39 0 2 117 5F 46
Octal 311 153 373 24 71 0 2 427 137 106
Binary 11001001 1101011 11111011 10100 111001 0 10 100010111 1011111 1000110

Color Harmonies of #C96BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BFB

Black with #C96BFB

Text Example


Text Example

White with #C96BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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