Html Css Color HEX #D885CF Orchid

📋 copy color: '#D885CF'

red 216 ◦ green 133 ◦ blue 207

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

Shades of Orchid #D885CF

Tints of Orchid #D885CF

RGB

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

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

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

R = 38.85%
G = 23.92%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D885CF (or 0xD885CF) is known color: Orchid. HEX triplet: D8, 85 and CF. RGB value is (216,133,207). Sum of RGB (Red+Green+Blue) = 216+133+207=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D885CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885CF is #277A30. Grayscale: #A6A6A6. Windows color (decimal): -2587185 or 13600216. OLE color: 13600216.

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

Color convert

RGB 216 133 207 -
CMYK 0 0.38 0.04 0.15
HSL 306.51º 0.52% 0.68% -
HSV(B) 306.51º 0.38% 0.85% -
XYZ 47.97 35.88 63.43 -
YUV 166.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 216 133 207 0 0.38 0.04 0.15 306.51 0.52 0.68
Hex D8 85 CF 0 26 4 F 133 34 44
Octal 330 205 317 0 46 4 17 463 64 104
Binary 11011000 10000101 11001111 0 100110 100 1111 100110011 110100 1000100

Color Harmonies of #D885CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885CF

Black with #D885CF

Text Example


Text Example

White with #D885CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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