Html Css Color HEX #C98BD0 Lilac

📋 copy color: '#C98BD0'

red 201 ◦ green 139 ◦ blue 208

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

Shades of Lilac #C98BD0

Tints of Lilac #C98BD0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.36%

 BLUE value IS 208 (81.64% from 255) = 37.96%

R = 36.68%
G = 25.36%
B = 37.96%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C98BD0 (or 0xC98BD0) is known color: Lilac. HEX triplet: C9, 8B and D0. RGB value is (201,139,208). Sum of RGB (Red+Green+Blue) = 201+139+208=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C98BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BD0 is #36742F. Grayscale: #A5A5A5. Windows color (decimal): -3568688 or 13667273. OLE color: 13667273.

HSL color Cylindrical-coordinate representation of color #C98BD0: hue angle of 293.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98BD0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 139 208 -
CMYK 0.03 0.33 0 0.18
HSL 293.91º 0.42% 0.68% -
HSV(B) 293.91º 0.33% 0.82% -
XYZ 44.71 35.44 64.16 -
YUV 165.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 201 139 208 0.03 0.33 0 0.18 293.91 0.42 0.68
Hex C9 8B D0 3 21 0 12 126 2A 44
Octal 311 213 320 3 41 0 22 446 52 104
Binary 11001001 10001011 11010000 11 100001 0 10010 100100110 101010 1000100

Color Harmonies of #C98BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BD0

Black with #C98BD0

Text Example


Text Example

White with #C98BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BD0; }

 p { color: rgb(201,139,208); }

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

background-color css

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

 a { background-color: rgb(201,139,208); }

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

border-color css

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

 span { border-color: rgb(201,139,208); }

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