Html Css Color HEX #C97CED Heliotrope

📋 copy color: '#C97CED'

red 201 ◦ green 124 ◦ blue 237

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

Shades of Heliotrope #C97CED

Tints of Heliotrope #C97CED

RGB

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

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

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

R = 35.77%
G = 22.06%
B = 42.17%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C97CED (or 0xC97CED) is known color: Heliotrope. HEX triplet: C9, 7C and ED. RGB value is (201,124,237). Sum of RGB (Red+Green+Blue) = 201+124+237=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #C97CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CED is #368312. Grayscale: #9F9F9F. Windows color (decimal): -3572499 or 15563977. OLE color: 15563977.

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

Color convert

RGB 201 124 237 -
CMYK 0.15 0.48 0 0.07
HSL 280.88º 0.76% 0.71% -
HSV(B) 280.88º 0.48% 0.93% -
XYZ 46.58 32.95 84.03 -
YUV 159.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 201 124 237 0.15 0.48 0 0.07 280.88 0.76 0.71
Hex C9 7C ED F 30 0 7 119 4C 47
Octal 311 174 355 17 60 0 7 431 114 107
Binary 11001001 1111100 11101101 1111 110000 0 111 100011001 1001100 1000111

Color Harmonies of #C97CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CED

Black with #C97CED

Text Example


Text Example

White with #C97CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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