Html Css Color HEX #C97FEA Heliotrope

📋 copy color: '#C97FEA'

red 201 ◦ green 127 ◦ blue 234

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

Shades of Heliotrope #C97FEA

Tints of Heliotrope #C97FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.6%

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

R = 35.77%
G = 22.6%
B = 41.64%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C97FEA (or 0xC97FEA) is known color: Heliotrope. HEX triplet: C9, 7F and EA. RGB value is (201,127,234). Sum of RGB (Red+Green+Blue) = 201+127+234=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #C97FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FEA is #368015. Grayscale: #A0A0A0. Windows color (decimal): -3571734 or 15368137. OLE color: 15368137.

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

Color convert

RGB 201 127 234 -
CMYK 0.14 0.46 0 0.08
HSL 281.5º 0.72% 0.71% -
HSV(B) 281.5º 0.46% 0.92% -
XYZ 46.53 33.54 81.86 -
YUV 161.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 201 127 234 0.14 0.46 0 0.08 281.5 0.72 0.71
Hex C9 7F EA E 2E 0 8 119 48 47
Octal 311 177 352 16 56 0 10 431 110 107
Binary 11001001 1111111 11101010 1110 101110 0 1000 100011001 1001000 1000111

Color Harmonies of #C97FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FEA

Black with #C97FEA

Text Example


Text Example

White with #C97FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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