Html Css Color HEX #D685C7 Orchid

📋 copy color: '#D685C7'

red 214 ◦ green 133 ◦ blue 199

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

Shades of Orchid #D685C7

Tints of Orchid #D685C7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.36%

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

R = 39.19%
G = 24.36%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D685C7 (or 0xD685C7) is known color: Orchid. HEX triplet: D6, 85 and C7. RGB value is (214,133,199). Sum of RGB (Red+Green+Blue) = 214+133+199=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D685C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685C7 is #297A38. Grayscale: #A4A4A4. Windows color (decimal): -2718265 or 13075926. OLE color: 13075926.

HSL color Cylindrical-coordinate representation of color #D685C7: hue angle of 311.11º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685C7 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 199 -
CMYK 0 0.38 0.07 0.16
HSL 311.11º 0.5% 0.68% -
HSV(B) 311.11º 0.38% 0.84% -
XYZ 46.43 35.19 58.38 -
YUV 164.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 214 133 199 0 0.38 0.07 0.16 311.11 0.5 0.68
Hex D6 85 C7 0 26 7 10 137 32 44
Octal 326 205 307 0 46 7 20 467 62 104
Binary 11010110 10000101 11000111 0 100110 111 10000 100110111 110010 1000100

Color Harmonies of #D685C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685C7

Black with #D685C7

Text Example


Text Example

White with #D685C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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