Html Css Color HEX #C97CEA Heliotrope

📋 copy color: '#C97CEA'

red 201 ◦ green 124 ◦ blue 234

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

Shades of Heliotrope #C97CEA

Tints of Heliotrope #C97CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.18%

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

R = 35.96%
G = 22.18%
B = 41.86%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C97CEA (or 0xC97CEA) is known color: Heliotrope. HEX triplet: C9, 7C and EA. RGB value is (201,124,234). Sum of RGB (Red+Green+Blue) = 201+124+234=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #C97CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CEA is #368315. Grayscale: #9F9F9F. Windows color (decimal): -3572502 or 15367369. OLE color: 15367369.

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

Color convert

RGB 201 124 234 -
CMYK 0.14 0.47 0 0.08
HSL 282º 0.72% 0.7% -
HSV(B) 282º 0.47% 0.92% -
XYZ 46.15 32.77 81.74 -
YUV 159.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 201 124 234 0.14 0.47 0 0.08 282 0.72 0.7
Hex C9 7C EA E 2F 0 8 11A 48 46
Octal 311 174 352 16 57 0 10 432 110 106
Binary 11001001 1111100 11101010 1110 101111 0 1000 100011010 1001000 1000110

Color Harmonies of #C97CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CEA

Black with #C97CEA

Text Example


Text Example

White with #C97CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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