Html Css Color HEX #D694CB Lilac

📋 copy color: '#D694CB'

red 214 ◦ green 148 ◦ blue 203

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

Shades of Lilac #D694CB

Tints of Lilac #D694CB

RGB

 RED value IS 214 (83.98% from 255) = 37.88%

 GREEN value IS 148 (58.2% from 255) = 26.19%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 37.88%
G = 26.19%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D694CB (or 0xD694CB) is known color: Lilac. HEX triplet: D6, 94 and CB. RGB value is (214,148,203). Sum of RGB (Red+Green+Blue) = 214+148+203=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D694CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694CB is #296B34. Grayscale: #ADADAD. Windows color (decimal): -2714421 or 13341910. OLE color: 13341910.

HSL color Cylindrical-coordinate representation of color #D694CB: hue angle of 310º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D694CB is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 203 -
CMYK 0 0.31 0.05 0.16
HSL 310º 0.45% 0.71% -
HSV(B) 310º 0.31% 0.84% -
XYZ 49.1 39.79 61.59 -
YUV 174 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 214 148 203 0 0.31 0.05 0.16 310 0.45 0.71
Hex D6 94 CB 0 1F 5 10 136 2D 47
Octal 326 224 313 0 37 5 20 466 55 107
Binary 11010110 10010100 11001011 0 11111 101 10000 100110110 101101 1000111

Color Harmonies of #D694CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694CB

Black with #D694CB

Text Example


Text Example

White with #D694CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694CB; }

 p { color: rgb(214,148,203); }

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

background-color css

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

 a { background-color: rgb(214,148,203); }

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

border-color css

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

 span { border-color: rgb(214,148,203); }

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