Html Css Color HEX #C97FFC Heliotrope

📋 copy color: '#C97FFC'

red 201 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #C97FFC

Tints of Heliotrope #C97FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.9%

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 34.66%
G = 21.9%
B = 43.45%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C97FFC (or 0xC97FFC) is known color: Heliotrope. HEX triplet: C9, 7F and FC. RGB value is (201,127,252). Sum of RGB (Red+Green+Blue) = 201+127+252=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #C97FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FFC is #368003. Grayscale: #A2A2A2. Windows color (decimal): -3571716 or 16547785. OLE color: 16547785.

HSL color Cylindrical-coordinate representation of color #C97FFC: hue angle of 275.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97FFC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 127 252 -
CMYK 0.20 0.50 0 0.01
HSL 275.52º 0.95% 0.74% -
HSV(B) 275.52º 0.5% 0.99% -
XYZ 49.25 34.62 96.18 -
YUV 163.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 201 127 252 0.20 0.50 0 0.01 275.52 0.95 0.74
Hex C9 7F FC 14 32 0 1 114 5F 4A
Octal 311 177 374 24 62 0 1 424 137 112
Binary 11001001 1111111 11111100 10100 110010 0 1 100010100 1011111 1001010

Color Harmonies of #C97FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FFC

Black with #C97FFC

Text Example


Text Example

White with #C97FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FFC; }

 p { color: rgb(201,127,252); }

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

background-color css

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

 a { background-color: rgb(201,127,252); }

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

border-color css

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

 span { border-color: rgb(201,127,252); }

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