Html Css Color HEX #C96AEC Heliotrope

📋 copy color: '#C96AEC'

red 201 ◦ green 106 ◦ blue 236

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

Shades of Heliotrope #C96AEC

Tints of Heliotrope #C96AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.52%

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 37.02%
G = 19.52%
B = 43.46%

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

#C96AEC (or 0xC96AEC) is known color: Heliotrope. HEX triplet: C9, 6A and EC. RGB value is (201,106,236). Sum of RGB (Red+Green+Blue) = 201+106+236=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #C96AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AEC is #369513. Grayscale: #949494. Windows color (decimal): -3577108 or 15493833. OLE color: 15493833.

HSL color Cylindrical-coordinate representation of color #C96AEC: hue angle of 283.85º degrees, saturation: 0.77, 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 #C96AEC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 106 236 -
CMYK 0.15 0.55 0 0.07
HSL 283.85º 0.77% 0.67% -
HSV(B) 283.85º 0.55% 0.93% -
XYZ 44.38 28.78 82.57 -
YUV 149.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 201 106 236 0.15 0.55 0 0.07 283.85 0.77 0.67
Hex C9 6A EC F 37 0 7 11C 4D 43
Octal 311 152 354 17 67 0 7 434 115 103
Binary 11001001 1101010 11101100 1111 110111 0 111 100011100 1001101 1000011

Color Harmonies of #C96AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AEC

Black with #C96AEC

Text Example


Text Example

White with #C96AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AEC; }

 p { color: rgb(201,106,236); }

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

background-color css

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

 a { background-color: rgb(201,106,236); }

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

border-color css

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

 span { border-color: rgb(201,106,236); }

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