Html Css Color HEX #C97AEA Heliotrope

📋 copy color: '#C97AEA'

red 201 ◦ green 122 ◦ blue 234

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

Shades of Heliotrope #C97AEA

Tints of Heliotrope #C97AEA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.9%

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

R = 36.09%
G = 21.9%
B = 42.01%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C97AEA (or 0xC97AEA) is known color: Heliotrope. HEX triplet: C9, 7A and EA. RGB value is (201,122,234). Sum of RGB (Red+Green+Blue) = 201+122+234=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #C97AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97AEA is #368515. Grayscale: #9E9E9E. Windows color (decimal): -3573014 or 15366857. OLE color: 15366857.

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

Color convert

RGB 201 122 234 -
CMYK 0.14 0.48 0 0.08
HSL 282.32º 0.73% 0.7% -
HSV(B) 282.32º 0.48% 0.92% -
XYZ 45.9 32.28 81.65 -
YUV 158.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 201 122 234 0.14 0.48 0 0.08 282.32 0.73 0.7
Hex C9 7A EA E 30 0 8 11A 49 46
Octal 311 172 352 16 60 0 10 432 111 106
Binary 11001001 1111010 11101010 1110 110000 0 1000 100011010 1001001 1000110

Color Harmonies of #C97AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AEA

Black with #C97AEA

Text Example


Text Example

White with #C97AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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