Html Css Color HEX #C97BF1 Heliotrope

📋 copy color: '#C97BF1'

red 201 ◦ green 123 ◦ blue 241

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

Shades of Heliotrope #C97BF1

Tints of Heliotrope #C97BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.77%

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 35.58%
G = 21.77%
B = 42.65%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C97BF1 (or 0xC97BF1) is known color: Heliotrope. HEX triplet: C9, 7B and F1. RGB value is (201,123,241). Sum of RGB (Red+Green+Blue) = 201+123+241=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #C97BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BF1 is #36840E. Grayscale: #9F9F9F. Windows color (decimal): -3572751 or 15825865. OLE color: 15825865.

HSL color Cylindrical-coordinate representation of color #C97BF1: hue angle of 279.66º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C97BF1 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 123 241 -
CMYK 0.17 0.49 0 0.05
HSL 279.66º 0.81% 0.71% -
HSV(B) 279.66º 0.49% 0.95% -
XYZ 47.05 32.93 87.1 -
YUV 159.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 201 123 241 0.17 0.49 0 0.05 279.66 0.81 0.71
Hex C9 7B F1 11 31 0 5 118 51 47
Octal 311 173 361 21 61 0 5 430 121 107
Binary 11001001 1111011 11110001 10001 110001 0 101 100011000 1010001 1000111

Color Harmonies of #C97BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BF1

Black with #C97BF1

Text Example


Text Example

White with #C97BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BF1; }

 p { color: rgb(201,123,241); }

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

background-color css

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

 a { background-color: rgb(201,123,241); }

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

border-color css

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

 span { border-color: rgb(201,123,241); }

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