Html Css Color HEX #D885CE Orchid

📋 copy color: '#D885CE'

red 216 ◦ green 133 ◦ blue 206

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

Shades of Orchid #D885CE

Tints of Orchid #D885CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.96%

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

R = 38.92%
G = 23.96%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D885CE (or 0xD885CE) is known color: Orchid. HEX triplet: D8, 85 and CE. RGB value is (216,133,206). Sum of RGB (Red+Green+Blue) = 216+133+206=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D885CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885CE is #277A31. Grayscale: #A5A5A5. Windows color (decimal): -2587186 or 13534680. OLE color: 13534680.

HSL color Cylindrical-coordinate representation of color #D885CE: hue angle of 307.23º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885CE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 206 -
CMYK 0 0.38 0.05 0.15
HSL 307.23º 0.52% 0.68% -
HSV(B) 307.23º 0.38% 0.85% -
XYZ 47.85 35.83 62.79 -
YUV 166.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 216 133 206 0 0.38 0.05 0.15 307.23 0.52 0.68
Hex D8 85 CE 0 26 5 F 133 34 44
Octal 330 205 316 0 46 5 17 463 64 104
Binary 11011000 10000101 11001110 0 100110 101 1111 100110011 110100 1000100

Color Harmonies of #D885CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885CE

Black with #D885CE

Text Example


Text Example

White with #D885CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885CE; }

 p { color: rgb(216,133,206); }

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

background-color css

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

 a { background-color: rgb(216,133,206); }

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

border-color css

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

 span { border-color: rgb(216,133,206); }

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