Html Css Color HEX #C97DEE Heliotrope

📋 copy color: '#C97DEE'

red 201 ◦ green 125 ◦ blue 238

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

Shades of Heliotrope #C97DEE

Tints of Heliotrope #C97DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.16%

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 35.64%
G = 22.16%
B = 42.2%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C97DEE (or 0xC97DEE) is known color: Heliotrope. HEX triplet: C9, 7D and EE. RGB value is (201,125,238). Sum of RGB (Red+Green+Blue) = 201+125+238=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #C97DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DEE is #368211. Grayscale: #A0A0A0. Windows color (decimal): -3572242 or 15629769. OLE color: 15629769.

HSL color Cylindrical-coordinate representation of color #C97DEE: hue angle of 280.35º degrees, saturation: 0.77, 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 #C97DEE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 125 238 -
CMYK 0.16 0.47 0 0.07
HSL 280.35º 0.77% 0.71% -
HSV(B) 280.35º 0.47% 0.93% -
XYZ 46.85 33.26 84.84 -
YUV 160.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 201 125 238 0.16 0.47 0 0.07 280.35 0.77 0.71
Hex C9 7D EE 10 2F 0 7 118 4D 47
Octal 311 175 356 20 57 0 7 430 115 107
Binary 11001001 1111101 11101110 10000 101111 0 111 100011000 1001101 1000111

Color Harmonies of #C97DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DEE

Black with #C97DEE

Text Example


Text Example

White with #C97DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DEE; }

 p { color: rgb(201,125,238); }

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

background-color css

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

 a { background-color: rgb(201,125,238); }

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

border-color css

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

 span { border-color: rgb(201,125,238); }

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