Html Css Color HEX #D68CED Wisteria

📋 copy color: '#D68CED'

red 214 ◦ green 140 ◦ blue 237

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

Shades of Wisteria #D68CED

Tints of Wisteria #D68CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.69%

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 36.21%
G = 23.69%
B = 40.1%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D68CED (or 0xD68CED) is known color: Wisteria. HEX triplet: D6, 8C and ED. RGB value is (214,140,237). Sum of RGB (Red+Green+Blue) = 214+140+237=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #D68CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CED is #297312. Grayscale: #ACACAC. Windows color (decimal): -2716435 or 15568086. OLE color: 15568086.

HSL color Cylindrical-coordinate representation of color #D68CED: hue angle of 285.77º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68CED is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 140 237 -
CMYK 0.10 0.41 0 0.07
HSL 285.77º 0.73% 0.74% -
HSV(B) 285.77º 0.41% 0.93% -
XYZ 52.4 39.17 84.92 -
YUV 173.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 214 140 237 0.10 0.41 0 0.07 285.77 0.73 0.74
Hex D6 8C ED A 29 0 7 11E 49 4A
Octal 326 214 355 12 51 0 7 436 111 112
Binary 11010110 10001100 11101101 1010 101001 0 111 100011110 1001001 1001010

Color Harmonies of #D68CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CED

Black with #D68CED

Text Example


Text Example

White with #D68CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CED; }

 p { color: rgb(214,140,237); }

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

background-color css

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

 a { background-color: rgb(214,140,237); }

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

border-color css

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

 span { border-color: rgb(214,140,237); }

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