Html Css Color HEX #D885CB Orchid

📋 copy color: '#D885CB'

red 216 ◦ green 133 ◦ blue 203

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

Shades of Orchid #D885CB

Tints of Orchid #D885CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 39.13%
G = 24.09%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D885CB (or 0xD885CB) is known color: Orchid. HEX triplet: D8, 85 and CB. RGB value is (216,133,203). Sum of RGB (Red+Green+Blue) = 216+133+203=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D885CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885CB is #277A34. Grayscale: #A5A5A5. Windows color (decimal): -2587189 or 13338072. OLE color: 13338072.

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

Color convert

RGB 216 133 203 -
CMYK 0 0.38 0.06 0.15
HSL 309.4º 0.52% 0.68% -
HSV(B) 309.4º 0.38% 0.85% -
XYZ 47.49 35.69 60.89 -
YUV 165.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 216 133 203 0 0.38 0.06 0.15 309.4 0.52 0.68
Hex D8 85 CB 0 26 6 F 135 34 44
Octal 330 205 313 0 46 6 17 465 64 104
Binary 11011000 10000101 11001011 0 100110 110 1111 100110101 110100 1000100

Color Harmonies of #D885CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885CB

Black with #D885CB

Text Example


Text Example

White with #D885CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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