Html Css Color HEX #D185CB Orchid

📋 copy color: '#D185CB'

red 209 ◦ green 133 ◦ blue 203

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

Shades of Orchid #D185CB

Tints of Orchid #D185CB

RGB

 RED value IS 209 (82.03% from 255) = 38.35%

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

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

R = 38.35%
G = 24.4%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D185CB (or 0xD185CB) is known color: Orchid. HEX triplet: D1, 85 and CB. RGB value is (209,133,203). Sum of RGB (Red+Green+Blue) = 209+133+203=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D185CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185CB is #2E7A34. Grayscale: #A3A3A3. Windows color (decimal): -3045941 or 13338065. OLE color: 13338065.

HSL color Cylindrical-coordinate representation of color #D185CB: hue angle of 304.74º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D185CB is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 133 203 -
CMYK 0 0.36 0.03 0.18
HSL 304.74º 0.45% 0.67% -
HSV(B) 304.74º 0.36% 0.82% -
XYZ 45.46 34.64 60.79 -
YUV 163.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 209 133 203 0 0.36 0.03 0.18 304.74 0.45 0.67
Hex D1 85 CB 0 24 3 12 131 2D 43
Octal 321 205 313 0 44 3 22 461 55 103
Binary 11010001 10000101 11001011 0 100100 11 10010 100110001 101101 1000011

Color Harmonies of #D185CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185CB

Black with #D185CB

Text Example


Text Example

White with #D185CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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