Html Css Color HEX #D68CEA Wisteria

📋 copy color: '#D68CEA'

red 214 ◦ green 140 ◦ blue 234

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

Shades of Wisteria #D68CEA

Tints of Wisteria #D68CEA

RGB

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

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

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

R = 36.39%
G = 23.81%
B = 39.8%

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

#D68CEA (or 0xD68CEA) is known color: Wisteria. HEX triplet: D6, 8C and EA. RGB value is (214,140,234). Sum of RGB (Red+Green+Blue) = 214+140+234=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #D68CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CEA is #297315. Grayscale: #ACACAC. Windows color (decimal): -2716438 or 15371478. OLE color: 15371478.

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

Color convert

RGB 214 140 234 -
CMYK 0.09 0.40 0 0.08
HSL 287.23º 0.69% 0.73% -
HSV(B) 287.23º 0.4% 0.92% -
XYZ 51.96 38.99 82.63 -
YUV 172.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 214 140 234 0.09 0.40 0 0.08 287.23 0.69 0.73
Hex D6 8C EA 9 28 0 8 11F 45 49
Octal 326 214 352 11 50 0 10 437 105 111
Binary 11010110 10001100 11101010 1001 101000 0 1000 100011111 1000101 1001001

Color Harmonies of #D68CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CEA

Black with #D68CEA

Text Example


Text Example

White with #D68CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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