Html Css Color HEX #C97EFC Heliotrope

📋 copy color: '#C97EFC'

red 201 ◦ green 126 ◦ blue 252

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

Shades of Heliotrope #C97EFC

Tints of Heliotrope #C97EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.76%

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

R = 34.72%
G = 21.76%
B = 43.52%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C97EFC (or 0xC97EFC) is known color: Heliotrope. HEX triplet: C9, 7E and FC. RGB value is (201,126,252). Sum of RGB (Red+Green+Blue) = 201+126+252=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #C97EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97EFC is #368103. Grayscale: #A2A2A2. Windows color (decimal): -3571972 or 16547529. OLE color: 16547529.

HSL color Cylindrical-coordinate representation of color #C97EFC: hue angle of 275.71º 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 #C97EFC is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 126 252 -
CMYK 0.20 0.5 0 0.01
HSL 275.71º 0.95% 0.74% -
HSV(B) 275.71º 0.5% 0.99% -
XYZ 49.12 34.37 96.14 -
YUV 162.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 201 126 252 0.20 0.5 0 0.01 275.71 0.95 0.74
Hex C9 7E FC 14 32 0 1 114 5F 4A
Octal 311 176 374 24 62 0 1 424 137 112
Binary 11001001 1111110 11111100 10100 110010 0 1 100010100 1011111 1001010

Color Harmonies of #C97EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97EFC

Black with #C97EFC

Text Example


Text Example

White with #C97EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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