Html Css Color HEX #C975EF Heliotrope

📋 copy color: '#C975EF'

red 201 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #C975EF

Tints of Heliotrope #C975EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.01%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 36.09%
G = 21.01%
B = 42.91%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C975EF (or 0xC975EF) is known color: Heliotrope. HEX triplet: C9, 75 and EF. RGB value is (201,117,239). Sum of RGB (Red+Green+Blue) = 201+117+239=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #C975EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975EF is #368A10. Grayscale: #9B9B9B. Windows color (decimal): -3574289 or 15693257. OLE color: 15693257.

HSL color Cylindrical-coordinate representation of color #C975EF: hue angle of 281.31º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C975EF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 117 239 -
CMYK 0.16 0.51 0 0.06
HSL 281.31º 0.79% 0.7% -
HSV(B) 281.31º 0.51% 0.94% -
XYZ 46.03 31.37 85.29 -
YUV 156.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 201 117 239 0.16 0.51 0 0.06 281.31 0.79 0.7
Hex C9 75 EF 10 33 0 6 119 4F 46
Octal 311 165 357 20 63 0 6 431 117 106
Binary 11001001 1110101 11101111 10000 110011 0 110 100011001 1001111 1000110

Color Harmonies of #C975EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975EF

Black with #C975EF

Text Example


Text Example

White with #C975EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975EF; }

 p { color: rgb(201,117,239); }

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

background-color css

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

 a { background-color: rgb(201,117,239); }

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

border-color css

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

 span { border-color: rgb(201,117,239); }

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