Html Css Color HEX #D888CF Orchid

📋 copy color: '#D888CF'

red 216 ◦ green 136 ◦ blue 207

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

Shades of Orchid #D888CF

Tints of Orchid #D888CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 38.64%
G = 24.33%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D888CF (or 0xD888CF) is known color: Orchid. HEX triplet: D8, 88 and CF. RGB value is (216,136,207). Sum of RGB (Red+Green+Blue) = 216+136+207=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D888CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888CF is #277730. Grayscale: #A7A7A7. Windows color (decimal): -2586417 or 13600984. OLE color: 13600984.

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

Color convert

RGB 216 136 207 -
CMYK 0 0.37 0.04 0.15
HSL 306.75º 0.51% 0.69% -
HSV(B) 306.75º 0.37% 0.85% -
XYZ 48.39 36.71 63.57 -
YUV 168.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 216 136 207 0 0.37 0.04 0.15 306.75 0.51 0.69
Hex D8 88 CF 0 25 4 F 133 33 45
Octal 330 210 317 0 45 4 17 463 63 105
Binary 11011000 10001000 11001111 0 100101 100 1111 100110011 110011 1000101

Color Harmonies of #D888CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D888CF

Black with #D888CF

Text Example


Text Example

White with #D888CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D888CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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