Html Css Color HEX #D688CE Orchid

📋 copy color: '#D688CE'

red 214 ◦ green 136 ◦ blue 206

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

Shades of Orchid #D688CE

Tints of Orchid #D688CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.46%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 38.49%
G = 24.46%
B = 37.05%

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

#D688CE (or 0xD688CE) is known color: Orchid. HEX triplet: D6, 88 and CE. RGB value is (214,136,206). Sum of RGB (Red+Green+Blue) = 214+136+206=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D688CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688CE is #297731. Grayscale: #A7A7A7. Windows color (decimal): -2717490 or 13535446. OLE color: 13535446.

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

Color convert

RGB 214 136 206 -
CMYK 0 0.36 0.04 0.16
HSL 306.15º 0.49% 0.69% -
HSV(B) 306.15º 0.36% 0.84% -
XYZ 47.68 36.36 62.9 -
YUV 167.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 214 136 206 0 0.36 0.04 0.16 306.15 0.49 0.69
Hex D6 88 CE 0 24 4 10 132 31 45
Octal 326 210 316 0 44 4 20 462 61 105
Binary 11010110 10001000 11001110 0 100100 100 10000 100110010 110001 1000101

Color Harmonies of #D688CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688CE

Black with #D688CE

Text Example


Text Example

White with #D688CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688CE; }

 p { color: rgb(214,136,206); }

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

background-color css

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

 a { background-color: rgb(214,136,206); }

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

border-color css

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

 span { border-color: rgb(214,136,206); }

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