Html Css Color HEX #C97BFE Heliotrope

📋 copy color: '#C97BFE'

red 201 ◦ green 123 ◦ blue 254

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

Shades of Heliotrope #C97BFE

Tints of Heliotrope #C97BFE

RGB

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

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

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

R = 34.78%
G = 21.28%
B = 43.94%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C97BFE (or 0xC97BFE) is known color: Heliotrope. HEX triplet: C9, 7B and FE. RGB value is (201,123,254). Sum of RGB (Red+Green+Blue) = 201+123+254=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #C97BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BFE is #368401. Grayscale: #A0A0A0. Windows color (decimal): -3572738 or 16677833. OLE color: 16677833.

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

Color convert

RGB 201 123 254 -
CMYK 0.21 0.52 0 0.00
HSL 275.73º 0.98% 0.74% -
HSV(B) 275.73º 0.52% 1% -
XYZ 49.06 33.74 97.69 -
YUV 161.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 201 123 254 0.21 0.52 0 0.00 275.73 0.98 0.74
Hex C9 7B FE 15 34 0 0 114 62 4A
Octal 311 173 376 25 64 0 0 424 142 112
Binary 11001001 1111011 11111110 10101 110100 0 0 100010100 1100010 1001010

Color Harmonies of #C97BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BFE

Black with #C97BFE

Text Example


Text Example

White with #C97BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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