Html Css Color HEX #D689C9 Orchid

📋 copy color: '#D689C9'

red 214 ◦ green 137 ◦ blue 201

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

Shades of Orchid #D689C9

Tints of Orchid #D689C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 38.77%
G = 24.82%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D689C9 (or 0xD689C9) is known color: Orchid. HEX triplet: D6, 89 and C9. RGB value is (214,137,201). Sum of RGB (Red+Green+Blue) = 214+137+201=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C9 is #297636. Grayscale: #A7A7A7. Windows color (decimal): -2717239 or 13208022. OLE color: 13208022.

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

Color convert

RGB 214 137 201 -
CMYK 0 0.36 0.06 0.16
HSL 310.13º 0.48% 0.69% -
HSV(B) 310.13º 0.36% 0.84% -
XYZ 47.22 36.4 59.8 -
YUV 167.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 214 137 201 0 0.36 0.06 0.16 310.13 0.48 0.69
Hex D6 89 C9 0 24 6 10 136 30 45
Octal 326 211 311 0 44 6 20 466 60 105
Binary 11010110 10001001 11001001 0 100100 110 10000 100110110 110000 1000101

Color Harmonies of #D689C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689C9

Black with #D689C9

Text Example


Text Example

White with #D689C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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