Html Css Color HEX #D689C5 Orchid

📋 copy color: '#D689C5'

red 214 ◦ green 137 ◦ blue 197

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

Shades of Orchid #D689C5

Tints of Orchid #D689C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 39.05%
G = 25%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D689C5 (or 0xD689C5) is known color: Orchid. HEX triplet: D6, 89 and C5. RGB value is (214,137,197). Sum of RGB (Red+Green+Blue) = 214+137+197=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C5 is #29763A. Grayscale: #A6A6A6. Windows color (decimal): -2717243 or 12945878. OLE color: 12945878.

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

Color convert

RGB 214 137 197 -
CMYK 0 0.36 0.08 0.16
HSL 313.25º 0.48% 0.69% -
HSV(B) 313.25º 0.36% 0.84% -
XYZ 46.76 36.22 57.35 -
YUV 166.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 214 137 197 0 0.36 0.08 0.16 313.25 0.48 0.69
Hex D6 89 C5 0 24 8 10 139 30 45
Octal 326 211 305 0 44 10 20 471 60 105
Binary 11010110 10001001 11000101 0 100100 1000 10000 100111001 110000 1000101

Color Harmonies of #D689C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689C5

Black with #D689C5

Text Example


Text Example

White with #D689C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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