Html Css Color HEX #D68CCE Plum

📋 copy color: '#D68CCE'

red 214 ◦ green 140 ◦ blue 206

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

Shades of Plum #D68CCE

Tints of Plum #D68CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 38.21%
G = 25%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D68CCE (or 0xD68CCE) is known color: Plum. HEX triplet: D6, 8C and CE. RGB value is (214,140,206). Sum of RGB (Red+Green+Blue) = 214+140+206=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CCE is #297331. Grayscale: #A9A9A9. Windows color (decimal): -2716466 or 13536470. OLE color: 13536470.

HSL color Cylindrical-coordinate representation of color #D68CCE: hue angle of 306.49º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CCE is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 206 -
CMYK 0 0.35 0.04 0.16
HSL 306.49º 0.47% 0.69% -
HSV(B) 306.49º 0.35% 0.84% -
XYZ 48.25 37.51 63.09 -
YUV 169.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 214 140 206 0 0.35 0.04 0.16 306.49 0.47 0.69
Hex D6 8C CE 0 23 4 10 132 2F 45
Octal 326 214 316 0 43 4 20 462 57 105
Binary 11010110 10001100 11001110 0 100011 100 10000 100110010 101111 1000101

Color Harmonies of #D68CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CCE

Black with #D68CCE

Text Example


Text Example

White with #D68CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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