Html Css Color HEX #D692CA Lilac

📋 copy color: '#D692CA'

red 214 ◦ green 146 ◦ blue 202

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

Shades of Lilac #D692CA

Tints of Lilac #D692CA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.98%

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 38.08%
G = 25.98%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D692CA (or 0xD692CA) is known color: Lilac. HEX triplet: D6, 92 and CA. RGB value is (214,146,202). Sum of RGB (Red+Green+Blue) = 214+146+202=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D692CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692CA is #296D35. Grayscale: #ACACAC. Windows color (decimal): -2714934 or 13275862. OLE color: 13275862.

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

Color convert

RGB 214 146 202 -
CMYK 0 0.32 0.06 0.16
HSL 310.59º 0.45% 0.71% -
HSV(B) 310.59º 0.32% 0.84% -
XYZ 48.67 39.12 60.86 -
YUV 172.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 214 146 202 0 0.32 0.06 0.16 310.59 0.45 0.71
Hex D6 92 CA 0 20 6 10 137 2D 47
Octal 326 222 312 0 40 6 20 467 55 107
Binary 11010110 10010010 11001010 0 100000 110 10000 100110111 101101 1000111

Color Harmonies of #D692CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692CA

Black with #D692CA

Text Example


Text Example

White with #D692CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692CA; }

 p { color: rgb(214,146,202); }

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

background-color css

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

 a { background-color: rgb(214,146,202); }

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

border-color css

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

 span { border-color: rgb(214,146,202); }

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