Html Css Color HEX #C988F5 Heliotrope

📋 copy color: '#C988F5'

red 201 ◦ green 136 ◦ blue 245

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

Shades of Heliotrope #C988F5

Tints of Heliotrope #C988F5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.37%

 BLUE value IS 245 (96.09% from 255) = 42.1%

R = 34.54%
G = 23.37%
B = 42.1%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C988F5 (or 0xC988F5) is known color: Heliotrope. HEX triplet: C9, 88 and F5. RGB value is (201,136,245). Sum of RGB (Red+Green+Blue) = 201+136+245=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #C988F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988F5 is #36770A. Grayscale: #A7A7A7. Windows color (decimal): -3569419 or 16091337. OLE color: 16091337.

HSL color Cylindrical-coordinate representation of color #C988F5: hue angle of 275.78º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C988F5 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 136 245 -
CMYK 0.18 0.44 0 0.04
HSL 275.78º 0.84% 0.75% -
HSV(B) 275.78º 0.44% 0.96% -
XYZ 49.37 36.62 90.85 -
YUV 167.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 201 136 245 0.18 0.44 0 0.04 275.78 0.84 0.75
Hex C9 88 F5 12 2C 0 4 114 54 4B
Octal 311 210 365 22 54 0 4 424 124 113
Binary 11001001 10001000 11110101 10010 101100 0 100 100010100 1010100 1001011

Color Harmonies of #C988F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988F5

Black with #C988F5

Text Example


Text Example

White with #C988F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988F5; }

 p { color: rgb(201,136,245); }

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

background-color css

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

 a { background-color: rgb(201,136,245); }

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

border-color css

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

 span { border-color: rgb(201,136,245); }

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