Html Css Color HEX #D69CCA Lilac

📋 copy color: '#D69CCA'

red 214 ◦ green 156 ◦ blue 202

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

Shades of Lilac #D69CCA

Tints of Lilac #D69CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.27%

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

R = 37.41%
G = 27.27%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D69CCA (or 0xD69CCA) is known color: Lilac. HEX triplet: D6, 9C and CA. RGB value is (214,156,202). Sum of RGB (Red+Green+Blue) = 214+156+202=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CCA is #296335. Grayscale: #B2B2B2. Windows color (decimal): -2712374 or 13278422. OLE color: 13278422.

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

Color convert

RGB 214 156 202 -
CMYK 0 0.27 0.06 0.16
HSL 312.41º 0.41% 0.73% -
HSV(B) 312.41º 0.27% 0.84% -
XYZ 50.28 42.34 61.4 -
YUV 178.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 214 156 202 0 0.27 0.06 0.16 312.41 0.41 0.73
Hex D6 9C CA 0 1B 6 10 138 29 49
Octal 326 234 312 0 33 6 20 470 51 111
Binary 11010110 10011100 11001010 0 11011 110 10000 100111000 101001 1001001

Color Harmonies of #D69CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CCA

Black with #D69CCA

Text Example


Text Example

White with #D69CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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