Html Css Color HEX #C97DFE Heliotrope

📋 copy color: '#C97DFE'

red 201 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #C97DFE

Tints of Heliotrope #C97DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 34.66%
G = 21.55%
B = 43.79%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C97DFE (or 0xC97DFE) is known color: Heliotrope. HEX triplet: C9, 7D and FE. RGB value is (201,125,254). Sum of RGB (Red+Green+Blue) = 201+125+254=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C97DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DFE is #368201. Grayscale: #A1A1A1. Windows color (decimal): -3572226 or 16678345. OLE color: 16678345.

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

Color convert

RGB 201 125 254 -
CMYK 0.21 0.51 0 0.00
HSL 275.35º 0.98% 0.74% -
HSV(B) 275.35º 0.51% 1% -
XYZ 49.31 34.24 97.78 -
YUV 162.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 201 125 254 0.21 0.51 0 0.00 275.35 0.98 0.74
Hex C9 7D FE 15 33 0 0 113 62 4A
Octal 311 175 376 25 63 0 0 423 142 112
Binary 11001001 1111101 11111110 10101 110011 0 0 100010011 1100010 1001010

Color Harmonies of #C97DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DFE

Black with #C97DFE

Text Example


Text Example

White with #C97DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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