Html Css Color HEX #D68CEE Wisteria

📋 copy color: '#D68CEE'

red 214 ◦ green 140 ◦ blue 238

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

Shades of Wisteria #D68CEE

Tints of Wisteria #D68CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 36.15%
G = 23.65%
B = 40.2%

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

#D68CEE (or 0xD68CEE) is known color: Wisteria. HEX triplet: D6, 8C and EE. RGB value is (214,140,238). Sum of RGB (Red+Green+Blue) = 214+140+238=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #D68CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CEE is #297311. Grayscale: #ACACAC. Windows color (decimal): -2716434 or 15633622. OLE color: 15633622.

HSL color Cylindrical-coordinate representation of color #D68CEE: hue angle of 285.31º degrees, saturation: 0.74, 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 #D68CEE is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 140 238 -
CMYK 0.10 0.41 0 0.07
HSL 285.31º 0.74% 0.74% -
HSV(B) 285.31º 0.41% 0.93% -
XYZ 52.54 39.23 85.69 -
YUV 173.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 214 140 238 0.10 0.41 0 0.07 285.31 0.74 0.74
Hex D6 8C EE A 29 0 7 11D 4A 4A
Octal 326 214 356 12 51 0 7 435 112 112
Binary 11010110 10001100 11101110 1010 101001 0 111 100011101 1001010 1001010

Color Harmonies of #D68CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CEE

Black with #D68CEE

Text Example


Text Example

White with #D68CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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