Html Css Color HEX #C975EB Heliotrope

📋 copy color: '#C975EB'

red 201 ◦ green 117 ◦ blue 235

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

Shades of Heliotrope #C975EB

Tints of Heliotrope #C975EB

RGB

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

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

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

R = 36.35%
G = 21.16%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C975EB (or 0xC975EB) is known color: Heliotrope. HEX triplet: C9, 75 and EB. RGB value is (201,117,235). Sum of RGB (Red+Green+Blue) = 201+117+235=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #C975EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975EB is #368A14. Grayscale: #9B9B9B. Windows color (decimal): -3574293 or 15431113. OLE color: 15431113.

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

Color convert

RGB 201 117 235 -
CMYK 0.14 0.50 0 0.08
HSL 282.71º 0.75% 0.69% -
HSV(B) 282.71º 0.5% 0.92% -
XYZ 45.44 31.14 82.21 -
YUV 155.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 201 117 235 0.14 0.50 0 0.08 282.71 0.75 0.69
Hex C9 75 EB E 32 0 8 11B 4B 45
Octal 311 165 353 16 62 0 10 433 113 105
Binary 11001001 1110101 11101011 1110 110010 0 1000 100011011 1001011 1000101

Color Harmonies of #C975EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975EB

Black with #C975EB

Text Example


Text Example

White with #C975EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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