Html Css Color HEX #D69CEF Wisteria

📋 copy color: '#D69CEF'

red 214 ◦ green 156 ◦ blue 239

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

Shades of Wisteria #D69CEF

Tints of Wisteria #D69CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 35.14%
G = 25.62%
B = 39.24%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D69CEF (or 0xD69CEF) is known color: Wisteria. HEX triplet: D6, 9C and EF. RGB value is (214,156,239). Sum of RGB (Red+Green+Blue) = 214+156+239=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #D69CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CEF is #296310. Grayscale: #B6B6B6. Windows color (decimal): -2712337 or 15703254. OLE color: 15703254.

HSL color Cylindrical-coordinate representation of color #D69CEF: hue angle of 281.93º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D69CEF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 156 239 -
CMYK 0.10 0.35 0 0.06
HSL 281.93º 0.72% 0.77% -
HSV(B) 281.93º 0.35% 0.94% -
XYZ 55.2 44.31 87.3 -
YUV 182.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 214 156 239 0.10 0.35 0 0.06 281.93 0.72 0.77
Hex D6 9C EF A 23 0 6 11A 48 4D
Octal 326 234 357 12 43 0 6 432 110 115
Binary 11010110 10011100 11101111 1010 100011 0 110 100011010 1001000 1001101

Color Harmonies of #D69CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CEF

Black with #D69CEF

Text Example


Text Example

White with #D69CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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