Html Css Color HEX #D680CD Orchid

📋 copy color: '#D680CD'

red 214 ◦ green 128 ◦ blue 205

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

Shades of Orchid #D680CD

Tints of Orchid #D680CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.4%

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 39.12%
G = 23.4%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D680CD (or 0xD680CD) is known color: Orchid. HEX triplet: D6, 80 and CD. RGB value is (214,128,205). Sum of RGB (Red+Green+Blue) = 214+128+205=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D680CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680CD is #297F32. Grayscale: #A2A2A2. Windows color (decimal): -2719539 or 13467862. OLE color: 13467862.

HSL color Cylindrical-coordinate representation of color #D680CD: hue angle of 306.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680CD is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 205 -
CMYK 0 0.40 0.04 0.16
HSL 306.28º 0.51% 0.67% -
HSV(B) 306.28º 0.4% 0.84% -
XYZ 46.47 34.14 61.9 -
YUV 162.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 214 128 205 0 0.40 0.04 0.16 306.28 0.51 0.67
Hex D6 80 CD 0 28 4 10 132 33 43
Octal 326 200 315 0 50 4 20 462 63 103
Binary 11010110 10000000 11001101 0 101000 100 10000 100110010 110011 1000011

Color Harmonies of #D680CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680CD

Black with #D680CD

Text Example


Text Example

White with #D680CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680CD; }

 p { color: rgb(214,128,205); }

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

background-color css

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

 a { background-color: rgb(214,128,205); }

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

border-color css

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

 span { border-color: rgb(214,128,205); }

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