Html Css Color HEX #C973EB Heliotrope

📋 copy color: '#C973EB'

red 201 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #C973EB

Tints of Heliotrope #C973EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.87%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 36.48%
G = 20.87%
B = 42.65%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C973EB (or 0xC973EB) is known color: Heliotrope. HEX triplet: C9, 73 and EB. RGB value is (201,115,235). Sum of RGB (Red+Green+Blue) = 201+115+235=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #C973EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973EB is #368C14. Grayscale: #999999. Windows color (decimal): -3574805 or 15430601. OLE color: 15430601.

HSL color Cylindrical-coordinate representation of color #C973EB: hue angle of 283º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C973EB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 115 235 -
CMYK 0.14 0.51 0 0.08
HSL 283º 0.75% 0.69% -
HSV(B) 283º 0.51% 0.92% -
XYZ 45.21 30.68 82.14 -
YUV 154.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 201 115 235 0.14 0.51 0 0.08 283 0.75 0.69
Hex C9 73 EB E 33 0 8 11B 4B 45
Octal 311 163 353 16 63 0 10 433 113 105
Binary 11001001 1110011 11101011 1110 110011 0 1000 100011011 1001011 1000101

Color Harmonies of #C973EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973EB

Black with #C973EB

Text Example


Text Example

White with #C973EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973EB; }

 p { color: rgb(201,115,235); }

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

background-color css

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

 a { background-color: rgb(201,115,235); }

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

border-color css

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

 span { border-color: rgb(201,115,235); }

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