Html Css Color HEX #C97CEF Heliotrope

📋 copy color: '#C97CEF'

red 201 ◦ green 124 ◦ blue 239

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

Shades of Heliotrope #C97CEF

Tints of Heliotrope #C97CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 35.64%
G = 21.99%
B = 42.38%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C97CEF (or 0xC97CEF) is known color: Heliotrope. HEX triplet: C9, 7C and EF. RGB value is (201,124,239). Sum of RGB (Red+Green+Blue) = 201+124+239=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #C97CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CEF is #368310. Grayscale: #9F9F9F. Windows color (decimal): -3572497 or 15695049. OLE color: 15695049.

HSL color Cylindrical-coordinate representation of color #C97CEF: hue angle of 280.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C97CEF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 124 239 -
CMYK 0.16 0.48 0 0.06
HSL 280.17º 0.78% 0.71% -
HSV(B) 280.17º 0.48% 0.94% -
XYZ 46.88 33.06 85.57 -
YUV 160.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 201 124 239 0.16 0.48 0 0.06 280.17 0.78 0.71
Hex C9 7C EF 10 30 0 6 118 4E 47
Octal 311 174 357 20 60 0 6 430 116 107
Binary 11001001 1111100 11101111 10000 110000 0 110 100011000 1001110 1000111

Color Harmonies of #C97CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CEF

Black with #C97CEF

Text Example


Text Example

White with #C97CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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