Html Css Color HEX #C97CFF Heliotrope

📋 copy color: '#C97CFF'

red 201 ◦ green 124 ◦ blue 255

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

Shades of Heliotrope #C97CFF

Tints of Heliotrope #C97CFF

RGB

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

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

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

R = 34.66%
G = 21.38%
B = 43.97%

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

#C97CFF (or 0xC97CFF) is known color: Heliotrope. HEX triplet: C9, 7C and FF. RGB value is (201,124,255). Sum of RGB (Red+Green+Blue) = 201+124+255=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #C97CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CFF is #368300. Grayscale: #A1A1A1. Windows color (decimal): -3572481 or 16743625. OLE color: 16743625.

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

Color convert

RGB 201 124 255 -
CMYK 0.21 0.51 0 0
HSL 275.27º 1% 0.74% -
HSV(B) 275.27º 0.51% 1% -
XYZ 49.35 34.05 98.58 -
YUV 161.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 201 124 255 0.21 0.51 0 0 275.27 1 0.74
Hex C9 7C FF 15 33 0 0 113 64 4A
Octal 311 174 377 25 63 0 0 423 144 112
Binary 11001001 1111100 11111111 10101 110011 0 0 100010011 1100100 1001010

Color Harmonies of #C97CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CFF

Black with #C97CFF

Text Example


Text Example

White with #C97CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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