Html Css Color HEX #D69CEC Wisteria

📋 copy color: '#D69CEC'

red 214 ◦ green 156 ◦ blue 236

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

Shades of Wisteria #D69CEC

Tints of Wisteria #D69CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.94%

R = 35.31%
G = 25.74%
B = 38.94%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D69CEC (or 0xD69CEC) is known color: Wisteria. HEX triplet: D6, 9C and EC. RGB value is (214,156,236). Sum of RGB (Red+Green+Blue) = 214+156+236=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #D69CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CEC is #296313. Grayscale: #B6B6B6. Windows color (decimal): -2712340 or 15506646. OLE color: 15506646.

HSL color Cylindrical-coordinate representation of color #D69CEC: hue angle of 283.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D69CEC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 156 236 -
CMYK 0.09 0.34 0 0.07
HSL 283.5º 0.68% 0.77% -
HSV(B) 283.5º 0.34% 0.93% -
XYZ 54.76 44.13 84.99 -
YUV 182.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 214 156 236 0.09 0.34 0 0.07 283.5 0.68 0.77
Hex D6 9C EC 9 22 0 7 11C 44 4D
Octal 326 234 354 11 42 0 7 434 104 115
Binary 11010110 10011100 11101100 1001 100010 0 111 100011100 1000100 1001101

Color Harmonies of #D69CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CEC

Black with #D69CEC

Text Example


Text Example

White with #D69CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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