Html Css Color HEX #D689C7 Orchid

📋 copy color: '#D689C7'

red 214 ◦ green 137 ◦ blue 199

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

Shades of Orchid #D689C7

Tints of Orchid #D689C7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.91%

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

R = 38.91%
G = 24.91%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D689C7 (or 0xD689C7) is known color: Orchid. HEX triplet: D6, 89 and C7. RGB value is (214,137,199). Sum of RGB (Red+Green+Blue) = 214+137+199=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C7 is #297638. Grayscale: #A6A6A6. Windows color (decimal): -2717241 or 13076950. OLE color: 13076950.

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

Color convert

RGB 214 137 199 -
CMYK 0 0.36 0.07 0.16
HSL 311.69º 0.48% 0.69% -
HSV(B) 311.69º 0.36% 0.84% -
XYZ 46.99 36.31 58.57 -
YUV 167.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 214 137 199 0 0.36 0.07 0.16 311.69 0.48 0.69
Hex D6 89 C7 0 24 7 10 138 30 45
Octal 326 211 307 0 44 7 20 470 60 105
Binary 11010110 10001001 11000111 0 100100 111 10000 100111000 110000 1000101

Color Harmonies of #D689C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689C7

Black with #D689C7

Text Example


Text Example

White with #D689C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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