Html Css Color HEX #C981ED Heliotrope

📋 copy color: '#C981ED'

red 201 ◦ green 129 ◦ blue 237

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

Shades of Heliotrope #C981ED

Tints of Heliotrope #C981ED

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.75%

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 35.45%
G = 22.75%
B = 41.8%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C981ED (or 0xC981ED) is known color: Heliotrope. HEX triplet: C9, 81 and ED. RGB value is (201,129,237). Sum of RGB (Red+Green+Blue) = 201+129+237=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #C981ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981ED is #367E12. Grayscale: #A2A2A2. Windows color (decimal): -3571219 or 15565257. OLE color: 15565257.

HSL color Cylindrical-coordinate representation of color #C981ED: hue angle of 280º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C981ED is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 129 237 -
CMYK 0.15 0.46 0 0.07
HSL 280º 0.75% 0.72% -
HSV(B) 280º 0.46% 0.93% -
XYZ 47.22 34.23 84.24 -
YUV 162.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 201 129 237 0.15 0.46 0 0.07 280 0.75 0.72
Hex C9 81 ED F 2E 0 7 118 4B 48
Octal 311 201 355 17 56 0 7 430 113 110
Binary 11001001 10000001 11101101 1111 101110 0 111 100011000 1001011 1001000

Color Harmonies of #C981ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981ED

Black with #C981ED

Text Example


Text Example

White with #C981ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981ED; }

 p { color: rgb(201,129,237); }

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

background-color css

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

 a { background-color: rgb(201,129,237); }

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

border-color css

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

 span { border-color: rgb(201,129,237); }

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