Html Css Color HEX #C988FC Heliotrope

📋 copy color: '#C988FC'

red 201 ◦ green 136 ◦ blue 252

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

Shades of Heliotrope #C988FC

Tints of Heliotrope #C988FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 34.13%
G = 23.09%
B = 42.78%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C988FC (or 0xC988FC) is known color: Heliotrope. HEX triplet: C9, 88 and FC. RGB value is (201,136,252). Sum of RGB (Red+Green+Blue) = 201+136+252=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C988FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988FC is #367703. Grayscale: #A8A8A8. Windows color (decimal): -3569412 or 16550089. OLE color: 16550089.

HSL color Cylindrical-coordinate representation of color #C988FC: hue angle of 273.62º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C988FC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 136 252 -
CMYK 0.20 0.46 0 0.01
HSL 273.62º 0.95% 0.76% -
HSV(B) 273.62º 0.46% 0.99% -
XYZ 50.46 37.05 96.59 -
YUV 168.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 201 136 252 0.20 0.46 0 0.01 273.62 0.95 0.76
Hex C9 88 FC 14 2E 0 1 112 5F 4C
Octal 311 210 374 24 56 0 1 422 137 114
Binary 11001001 10001000 11111100 10100 101110 0 1 100010010 1011111 1001100

Color Harmonies of #C988FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988FC

Black with #C988FC

Text Example


Text Example

White with #C988FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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