Html Css Color HEX #C97BFB Heliotrope

📋 copy color: '#C97BFB'

red 201 ◦ green 123 ◦ blue 251

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

Shades of Heliotrope #C97BFB

Tints of Heliotrope #C97BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 34.96%
G = 21.39%
B = 43.65%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C97BFB (or 0xC97BFB) is known color: Heliotrope. HEX triplet: C9, 7B and FB. RGB value is (201,123,251). Sum of RGB (Red+Green+Blue) = 201+123+251=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #C97BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BFB is #368404. Grayscale: #A0A0A0. Windows color (decimal): -3572741 or 16481225. OLE color: 16481225.

HSL color Cylindrical-coordinate representation of color #C97BFB: hue angle of 276.56º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97BFB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 123 251 -
CMYK 0.20 0.51 0 0.02
HSL 276.56º 0.94% 0.73% -
HSV(B) 276.56º 0.51% 0.98% -
XYZ 48.58 33.55 95.18 -
YUV 160.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 201 123 251 0.20 0.51 0 0.02 276.56 0.94 0.73
Hex C9 7B FB 14 33 0 2 115 5E 49
Octal 311 173 373 24 63 0 2 425 136 111
Binary 11001001 1111011 11111011 10100 110011 0 10 100010101 1011110 1001001

Color Harmonies of #C97BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BFB

Black with #C97BFB

Text Example


Text Example

White with #C97BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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