Html Css Color HEX #C988FA Heliotrope

📋 copy color: '#C988FA'

red 201 ◦ green 136 ◦ blue 250

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

Shades of Heliotrope #C988FA

Tints of Heliotrope #C988FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 34.24%
G = 23.17%
B = 42.59%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C988FA (or 0xC988FA) is known color: Heliotrope. HEX triplet: C9, 88 and FA. RGB value is (201,136,250). Sum of RGB (Red+Green+Blue) = 201+136+250=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #C988FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988FA is #367705. Grayscale: #A8A8A8. Windows color (decimal): -3569414 or 16419017. OLE color: 16419017.

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

Color convert

RGB 201 136 250 -
CMYK 0.20 0.46 0 0.02
HSL 274.21º 0.92% 0.76% -
HSV(B) 274.21º 0.46% 0.98% -
XYZ 50.15 36.93 94.93 -
YUV 168.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 201 136 250 0.20 0.46 0 0.02 274.21 0.92 0.76
Hex C9 88 FA 14 2E 0 2 112 5C 4C
Octal 311 210 372 24 56 0 2 422 134 114
Binary 11001001 10001000 11111010 10100 101110 0 10 100010010 1011100 1001100

Color Harmonies of #C988FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988FA

Black with #C988FA

Text Example


Text Example

White with #C988FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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