Html Css Color HEX #D68CCF Plum

📋 copy color: '#D68CCF'

red 214 ◦ green 140 ◦ blue 207

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

Shades of Plum #D68CCF

Tints of Plum #D68CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 38.15%
G = 24.96%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D68CCF (or 0xD68CCF) is known color: Plum. HEX triplet: D6, 8C and CF. RGB value is (214,140,207). Sum of RGB (Red+Green+Blue) = 214+140+207=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CCF is #297330. Grayscale: #A9A9A9. Windows color (decimal): -2716465 or 13602006. OLE color: 13602006.

HSL color Cylindrical-coordinate representation of color #D68CCF: hue angle of 305.68º 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 #D68CCF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 207 -
CMYK 0 0.35 0.03 0.16
HSL 305.68º 0.47% 0.69% -
HSV(B) 305.68º 0.35% 0.84% -
XYZ 48.37 37.56 63.73 -
YUV 169.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 214 140 207 0 0.35 0.03 0.16 305.68 0.47 0.69
Hex D6 8C CF 0 23 3 10 132 2F 45
Octal 326 214 317 0 43 3 20 462 57 105
Binary 11010110 10001100 11001111 0 100011 11 10000 100110010 101111 1000101

Color Harmonies of #D68CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CCF

Black with #D68CCF

Text Example


Text Example

White with #D68CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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