Html Css Color HEX #D680CE Orchid

📋 copy color: '#D680CE'

red 214 ◦ green 128 ◦ blue 206

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

Shades of Orchid #D680CE

Tints of Orchid #D680CE

RGB

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

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

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

R = 39.05%
G = 23.36%
B = 37.59%

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

#D680CE (or 0xD680CE) is known color: Orchid. HEX triplet: D6, 80 and CE. RGB value is (214,128,206). Sum of RGB (Red+Green+Blue) = 214+128+206=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D680CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680CE is #297F31. Grayscale: #A2A2A2. Windows color (decimal): -2719538 or 13533398. OLE color: 13533398.

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

Color convert

RGB 214 128 206 -
CMYK 0 0.40 0.04 0.16
HSL 305.58º 0.51% 0.67% -
HSV(B) 305.58º 0.4% 0.84% -
XYZ 46.59 34.19 62.54 -
YUV 162.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 214 128 206 0 0.40 0.04 0.16 305.58 0.51 0.67
Hex D6 80 CE 0 28 4 10 132 33 43
Octal 326 200 316 0 50 4 20 462 63 103
Binary 11010110 10000000 11001110 0 101000 100 10000 100110010 110011 1000011

Color Harmonies of #D680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680CE

Black with #D680CE

Text Example


Text Example

White with #D680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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