Html Css Color HEX #D680C7 Orchid

📋 copy color: '#D680C7'

red 214 ◦ green 128 ◦ blue 199

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

Shades of Orchid #D680C7

Tints of Orchid #D680C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 39.56%
G = 23.66%
B = 36.78%

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

#D680C7 (or 0xD680C7) is known color: Orchid. HEX triplet: D6, 80 and C7. RGB value is (214,128,199). Sum of RGB (Red+Green+Blue) = 214+128+199=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D680C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680C7 is #297F38. Grayscale: #A1A1A1. Windows color (decimal): -2719545 or 13074646. OLE color: 13074646.

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

Color convert

RGB 214 128 199 -
CMYK 0 0.40 0.07 0.16
HSL 310.47º 0.51% 0.67% -
HSV(B) 310.47º 0.4% 0.84% -
XYZ 45.76 33.86 58.16 -
YUV 161.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 214 128 199 0 0.40 0.07 0.16 310.47 0.51 0.67
Hex D6 80 C7 0 28 7 10 136 33 43
Octal 326 200 307 0 50 7 20 466 63 103
Binary 11010110 10000000 11000111 0 101000 111 10000 100110110 110011 1000011

Color Harmonies of #D680C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680C7

Black with #D680C7

Text Example


Text Example

White with #D680C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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