Html Css Color HEX #C96BED Heliotrope

📋 copy color: '#C96BED'

red 201 ◦ green 107 ◦ blue 237

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

Shades of Heliotrope #C96BED

Tints of Heliotrope #C96BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 36.88%
G = 19.63%
B = 43.49%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C96BED (or 0xC96BED) is known color: Heliotrope. HEX triplet: C9, 6B and ED. RGB value is (201,107,237). Sum of RGB (Red+Green+Blue) = 201+107+237=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #C96BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BED is #369412. Grayscale: #959595. Windows color (decimal): -3576851 or 15559625. OLE color: 15559625.

HSL color Cylindrical-coordinate representation of color #C96BED: hue angle of 283.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96BED is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 107 237 -
CMYK 0.15 0.55 0 0.07
HSL 283.38º 0.78% 0.67% -
HSV(B) 283.38º 0.55% 0.93% -
XYZ 44.63 29.05 83.38 -
YUV 149.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 201 107 237 0.15 0.55 0 0.07 283.38 0.78 0.67
Hex C9 6B ED F 37 0 7 11B 4E 43
Octal 311 153 355 17 67 0 7 433 116 103
Binary 11001001 1101011 11101101 1111 110111 0 111 100011011 1001110 1000011

Color Harmonies of #C96BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BED

Black with #C96BED

Text Example


Text Example

White with #C96BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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