Html Css Color HEX #C975EA Heliotrope

📋 copy color: '#C975EA'

red 201 ◦ green 117 ◦ blue 234

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

Shades of Heliotrope #C975EA

Tints of Heliotrope #C975EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 36.41%
G = 21.2%
B = 42.39%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C975EA (or 0xC975EA) is known color: Heliotrope. HEX triplet: C9, 75 and EA. RGB value is (201,117,234). Sum of RGB (Red+Green+Blue) = 201+117+234=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #C975EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975EA is #368A15. Grayscale: #9B9B9B. Windows color (decimal): -3574294 or 15365577. OLE color: 15365577.

HSL color Cylindrical-coordinate representation of color #C975EA: hue angle of 283.08º degrees, saturation: 0.74, 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 #C975EA is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 117 234 -
CMYK 0.14 0.5 0 0.08
HSL 283.08º 0.74% 0.69% -
HSV(B) 283.08º 0.5% 0.92% -
XYZ 45.3 31.08 81.45 -
YUV 155.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 201 117 234 0.14 0.5 0 0.08 283.08 0.74 0.69
Hex C9 75 EA E 32 0 8 11B 4A 45
Octal 311 165 352 16 62 0 10 433 112 105
Binary 11001001 1110101 11101010 1110 110010 0 1000 100011011 1001010 1000101

Color Harmonies of #C975EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975EA

Black with #C975EA

Text Example


Text Example

White with #C975EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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