Html Css Color HEX #D68CEB Wisteria

📋 copy color: '#D68CEB'

red 214 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #D68CEB

Tints of Wisteria #D68CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.9%

R = 36.33%
G = 23.77%
B = 39.9%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D68CEB (or 0xD68CEB) is known color: Wisteria. HEX triplet: D6, 8C and EB. RGB value is (214,140,235). Sum of RGB (Red+Green+Blue) = 214+140+235=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #D68CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CEB is #297314. Grayscale: #ACACAC. Windows color (decimal): -2716437 or 15437014. OLE color: 15437014.

HSL color Cylindrical-coordinate representation of color #D68CEB: hue angle of 286.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68CEB is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 140 235 -
CMYK 0.09 0.40 0 0.08
HSL 286.74º 0.7% 0.74% -
HSV(B) 286.74º 0.4% 0.92% -
XYZ 52.11 39.05 83.39 -
YUV 172.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 214 140 235 0.09 0.40 0 0.08 286.74 0.7 0.74
Hex D6 8C EB 9 28 0 8 11F 46 4A
Octal 326 214 353 11 50 0 10 437 106 112
Binary 11010110 10001100 11101011 1001 101000 0 1000 100011111 1000110 1001010

Color Harmonies of #D68CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CEB

Black with #D68CEB

Text Example


Text Example

White with #D68CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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