Html Css Color HEX #C97DFF Heliotrope

📋 copy color: '#C97DFF'

red 201 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #C97DFF

Tints of Heliotrope #C97DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.89%

R = 34.6%
G = 21.51%
B = 43.89%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C97DFF (or 0xC97DFF) is known color: Heliotrope. HEX triplet: C9, 7D and FF. RGB value is (201,125,255). Sum of RGB (Red+Green+Blue) = 201+125+255=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #C97DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DFF is #368200. Grayscale: #A2A2A2. Windows color (decimal): -3572225 or 16743881. OLE color: 16743881.

HSL color Cylindrical-coordinate representation of color #C97DFF: hue angle of 275.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97DFF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 125 255 -
CMYK 0.21 0.51 0 0
HSL 275.08º 1% 0.75% -
HSV(B) 275.08º 0.51% 1% -
XYZ 49.47 34.3 98.62 -
YUV 162.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 201 125 255 0.21 0.51 0 0 275.08 1 0.75
Hex C9 7D FF 15 33 0 0 113 64 4B
Octal 311 175 377 25 63 0 0 423 144 113
Binary 11001001 1111101 11111111 10101 110011 0 0 100010011 1100100 1001011

Color Harmonies of #C97DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DFF

Black with #C97DFF

Text Example


Text Example

White with #C97DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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