Html Css Color HEX #D688C8 Orchid

📋 copy color: '#D688C8'

red 214 ◦ green 136 ◦ blue 200

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

Shades of Orchid #D688C8

Tints of Orchid #D688C8

RGB

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

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

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

R = 38.91%
G = 24.73%
B = 36.36%

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

#D688C8 (or 0xD688C8) is known color: Orchid. HEX triplet: D6, 88 and C8. RGB value is (214,136,200). Sum of RGB (Red+Green+Blue) = 214+136+200=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D688C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688C8 is #297737. Grayscale: #A6A6A6. Windows color (decimal): -2717496 or 13142230. OLE color: 13142230.

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

Color convert

RGB 214 136 200 -
CMYK 0 0.36 0.07 0.16
HSL 310.77º 0.49% 0.69% -
HSV(B) 310.77º 0.36% 0.84% -
XYZ 46.96 36.07 59.13 -
YUV 166.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 214 136 200 0 0.36 0.07 0.16 310.77 0.49 0.69
Hex D6 88 C8 0 24 7 10 137 31 45
Octal 326 210 310 0 44 7 20 467 61 105
Binary 11010110 10001000 11001000 0 100100 111 10000 100110111 110001 1000101

Color Harmonies of #D688C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688C8

Black with #D688C8

Text Example


Text Example

White with #D688C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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