Html Css Color HEX #C97CEC Heliotrope

📋 copy color: '#C97CEC'

red 201 ◦ green 124 ◦ blue 236

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

Shades of Heliotrope #C97CEC

Tints of Heliotrope #C97CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 35.83%
G = 22.1%
B = 42.07%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C97CEC (or 0xC97CEC) is known color: Heliotrope. HEX triplet: C9, 7C and EC. RGB value is (201,124,236). Sum of RGB (Red+Green+Blue) = 201+124+236=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #C97CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CEC is #368313. Grayscale: #9F9F9F. Windows color (decimal): -3572500 or 15498441. OLE color: 15498441.

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

Color convert

RGB 201 124 236 -
CMYK 0.15 0.47 0 0.07
HSL 281.25º 0.75% 0.71% -
HSV(B) 281.25º 0.47% 0.93% -
XYZ 46.44 32.89 83.26 -
YUV 159.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 201 124 236 0.15 0.47 0 0.07 281.25 0.75 0.71
Hex C9 7C EC F 2F 0 7 119 4B 47
Octal 311 174 354 17 57 0 7 431 113 107
Binary 11001001 1111100 11101100 1111 101111 0 111 100011001 1001011 1000111

Color Harmonies of #C97CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CEC

Black with #C97CEC

Text Example


Text Example

White with #C97CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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