Html Css Color HEX #D69CEA Wisteria

📋 copy color: '#D69CEA'

red 214 ◦ green 156 ◦ blue 234

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

Shades of Wisteria #D69CEA

Tints of Wisteria #D69CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 35.43%
G = 25.83%
B = 38.74%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D69CEA (or 0xD69CEA) is known color: Wisteria. HEX triplet: D6, 9C and EA. RGB value is (214,156,234). Sum of RGB (Red+Green+Blue) = 214+156+234=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #D69CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CEA is #296315. Grayscale: #B5B5B5. Windows color (decimal): -2712342 or 15375574. OLE color: 15375574.

HSL color Cylindrical-coordinate representation of color #D69CEA: hue angle of 284.62º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69CEA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 156 234 -
CMYK 0.09 0.33 0 0.08
HSL 284.62º 0.65% 0.76% -
HSV(B) 284.62º 0.33% 0.92% -
XYZ 54.47 44.01 83.47 -
YUV 182.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 214 156 234 0.09 0.33 0 0.08 284.62 0.65 0.76
Hex D6 9C EA 9 21 0 8 11D 41 4C
Octal 326 234 352 11 41 0 10 435 101 114
Binary 11010110 10011100 11101010 1001 100001 0 1000 100011101 1000001 1001100

Color Harmonies of #D69CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CEA

Black with #D69CEA

Text Example


Text Example

White with #D69CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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