Html Css Color HEX #D888D5 Orchid

📋 copy color: '#D888D5'

red 216 ◦ green 136 ◦ blue 213

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

Shades of Orchid #D888D5

Tints of Orchid #D888D5

RGB

 RED value IS 216 (84.77% from 255) = 38.23%

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 38.23%
G = 24.07%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D888D5 (or 0xD888D5) is known color: Orchid. HEX triplet: D8, 88 and D5. RGB value is (216,136,213). Sum of RGB (Red+Green+Blue) = 216+136+213=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D888D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888D5 is #27772A. Grayscale: #A8A8A8. Windows color (decimal): -2586411 or 13994200. OLE color: 13994200.

HSL color Cylindrical-coordinate representation of color #D888D5: hue angle of 302.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D888D5 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 213 -
CMYK 0 0.37 0.01 0.15
HSL 302.25º 0.51% 0.69% -
HSV(B) 302.25º 0.37% 0.85% -
XYZ 49.13 37.01 67.51 -
YUV 168.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 216 136 213 0 0.37 0.01 0.15 302.25 0.51 0.69
Hex D8 88 D5 0 25 1 F 12E 33 45
Octal 330 210 325 0 45 1 17 456 63 105
Binary 11011000 10001000 11010101 0 100101 1 1111 100101110 110011 1000101

Color Harmonies of #D888D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D888D5

Black with #D888D5

Text Example


Text Example

White with #D888D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D888D5; }

 p { color: rgb(216,136,213); }

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

background-color css

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

 a { background-color: rgb(216,136,213); }

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

border-color css

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

 span { border-color: rgb(216,136,213); }

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