Html Css Color HEX #D680C6 Orchid

📋 copy color: '#D680C6'

red 214 ◦ green 128 ◦ blue 198

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

Shades of Orchid #D680C6

Tints of Orchid #D680C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 39.63%
G = 23.7%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D680C6 (or 0xD680C6) is known color: Orchid. HEX triplet: D6, 80 and C6. RGB value is (214,128,198). Sum of RGB (Red+Green+Blue) = 214+128+198=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D680C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680C6 is #297F39. Grayscale: #A1A1A1. Windows color (decimal): -2719546 or 13009110. OLE color: 13009110.

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

Color convert

RGB 214 128 198 -
CMYK 0 0.40 0.07 0.16
HSL 311.16º 0.51% 0.67% -
HSV(B) 311.16º 0.4% 0.84% -
XYZ 45.64 33.81 57.55 -
YUV 161.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 214 128 198 0 0.40 0.07 0.16 311.16 0.51 0.67
Hex D6 80 C6 0 28 7 10 137 33 43
Octal 326 200 306 0 50 7 20 467 63 103
Binary 11010110 10000000 11000110 0 101000 111 10000 100110111 110011 1000011

Color Harmonies of #D680C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680C6

Black with #D680C6

Text Example


Text Example

White with #D680C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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