Html Css Color HEX #C96AEA Heliotrope

📋 copy color: '#C96AEA'

red 201 ◦ green 106 ◦ blue 234

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

Shades of Heliotrope #C96AEA

Tints of Heliotrope #C96AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 37.15%
G = 19.59%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C96AEA (or 0xC96AEA) is known color: Heliotrope. HEX triplet: C9, 6A and EA. RGB value is (201,106,234). Sum of RGB (Red+Green+Blue) = 201+106+234=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #C96AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AEA is #369515. Grayscale: #949494. Windows color (decimal): -3577110 or 15362761. OLE color: 15362761.

HSL color Cylindrical-coordinate representation of color #C96AEA: hue angle of 284.53º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96AEA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 106 234 -
CMYK 0.14 0.55 0 0.08
HSL 284.53º 0.75% 0.67% -
HSV(B) 284.53º 0.55% 0.92% -
XYZ 44.09 28.67 81.05 -
YUV 149 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 201 106 234 0.14 0.55 0 0.08 284.53 0.75 0.67
Hex C9 6A EA E 37 0 8 11D 4B 43
Octal 311 152 352 16 67 0 10 435 113 103
Binary 11001001 1101010 11101010 1110 110111 0 1000 100011101 1001011 1000011

Color Harmonies of #C96AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AEA

Black with #C96AEA

Text Example


Text Example

White with #C96AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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