Html Css Color HEX #D985CB Orchid

📋 copy color: '#D985CB'

red 217 ◦ green 133 ◦ blue 203

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

Shades of Orchid #D985CB

Tints of Orchid #D985CB

RGB

 RED value IS 217 (85.16% from 255) = 39.24%

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

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

R = 39.24%
G = 24.05%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D985CB (or 0xD985CB) is known color: Orchid. HEX triplet: D9, 85 and CB. RGB value is (217,133,203). Sum of RGB (Red+Green+Blue) = 217+133+203=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D985CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985CB is #267A34. Grayscale: #A5A5A5. Windows color (decimal): -2521653 or 13338073. OLE color: 13338073.

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

Color convert

RGB 217 133 203 -
CMYK 0 0.39 0.06 0.15
HSL 310º 0.53% 0.69% -
HSV(B) 310º 0.39% 0.85% -
XYZ 47.78 35.84 60.9 -
YUV 166.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 217 133 203 0 0.39 0.06 0.15 310 0.53 0.69
Hex D9 85 CB 0 27 6 F 136 34 45
Octal 331 205 313 0 47 6 17 466 64 105
Binary 11011001 10000101 11001011 0 100111 110 1111 100110110 110100 1000101

Color Harmonies of #D985CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985CB

Black with #D985CB

Text Example


Text Example

White with #D985CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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