Html Css Color HEX #D689C8 Orchid

📋 copy color: '#D689C8'

red 214 ◦ green 137 ◦ blue 200

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

Shades of Orchid #D689C8

Tints of Orchid #D689C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 38.84%
G = 24.86%
B = 36.3%

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

#D689C8 (or 0xD689C8) is known color: Orchid. HEX triplet: D6, 89 and C8. RGB value is (214,137,200). Sum of RGB (Red+Green+Blue) = 214+137+200=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C8 is #297637. Grayscale: #A7A7A7. Windows color (decimal): -2717240 or 13142486. OLE color: 13142486.

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

Color convert

RGB 214 137 200 -
CMYK 0 0.36 0.07 0.16
HSL 310.91º 0.48% 0.69% -
HSV(B) 310.91º 0.36% 0.84% -
XYZ 47.1 36.36 59.18 -
YUV 167.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 214 137 200 0 0.36 0.07 0.16 310.91 0.48 0.69
Hex D6 89 C8 0 24 7 10 137 30 45
Octal 326 211 310 0 44 7 20 467 60 105
Binary 11010110 10001001 11001000 0 100100 111 10000 100110111 110000 1000101

Color Harmonies of #D689C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689C8

Black with #D689C8

Text Example


Text Example

White with #D689C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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