Html Css Color HEX #D689CD Orchid

📋 copy color: '#D689CD'

red 214 ◦ green 137 ◦ blue 205

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

Shades of Orchid #D689CD

Tints of Orchid #D689CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.87%

R = 38.49%
G = 24.64%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D689CD (or 0xD689CD) is known color: Orchid. HEX triplet: D6, 89 and CD. RGB value is (214,137,205). Sum of RGB (Red+Green+Blue) = 214+137+205=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D689CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689CD is #297632. Grayscale: #A7A7A7. Windows color (decimal): -2717235 or 13470166. OLE color: 13470166.

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

Color convert

RGB 214 137 205 -
CMYK 0 0.36 0.04 0.16
HSL 307.01º 0.48% 0.69% -
HSV(B) 307.01º 0.36% 0.84% -
XYZ 47.7 36.6 62.31 -
YUV 167.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 214 137 205 0 0.36 0.04 0.16 307.01 0.48 0.69
Hex D6 89 CD 0 24 4 10 133 30 45
Octal 326 211 315 0 44 4 20 463 60 105
Binary 11010110 10001001 11001101 0 100100 100 10000 100110011 110000 1000101

Color Harmonies of #D689CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689CD

Black with #D689CD

Text Example


Text Example

White with #D689CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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