Html Css Color HEX #C97AED Heliotrope

📋 copy color: '#C97AED'

red 201 ◦ green 122 ◦ blue 237

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

Shades of Heliotrope #C97AED

Tints of Heliotrope #C97AED

RGB

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

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

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

R = 35.89%
G = 21.79%
B = 42.32%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C97AED (or 0xC97AED) is known color: Heliotrope. HEX triplet: C9, 7A and ED. RGB value is (201,122,237). Sum of RGB (Red+Green+Blue) = 201+122+237=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #C97AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97AED is #368512. Grayscale: #9E9E9E. Windows color (decimal): -3573011 or 15563465. OLE color: 15563465.

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

Color convert

RGB 201 122 237 -
CMYK 0.15 0.49 0 0.07
HSL 281.22º 0.76% 0.7% -
HSV(B) 281.22º 0.49% 0.93% -
XYZ 46.33 32.45 83.94 -
YUV 158.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 201 122 237 0.15 0.49 0 0.07 281.22 0.76 0.7
Hex C9 7A ED F 31 0 7 119 4C 46
Octal 311 172 355 17 61 0 7 431 114 106
Binary 11001001 1111010 11101101 1111 110001 0 111 100011001 1001100 1000110

Color Harmonies of #C97AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AED

Black with #C97AED

Text Example


Text Example

White with #C97AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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