Html Css Color HEX #D184CB Orchid

📋 copy color: '#D184CB'

red 209 ◦ green 132 ◦ blue 203

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

Shades of Orchid #D184CB

Tints of Orchid #D184CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.26%

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

R = 38.42%
G = 24.26%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D184CB (or 0xD184CB) is known color: Orchid. HEX triplet: D1, 84 and CB. RGB value is (209,132,203). Sum of RGB (Red+Green+Blue) = 209+132+203=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CB is #2E7B34. Grayscale: #A2A2A2. Windows color (decimal): -3046197 or 13337809. OLE color: 13337809.

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

Color convert

RGB 209 132 203 -
CMYK 0 0.37 0.03 0.18
HSL 304.68º 0.46% 0.67% -
HSV(B) 304.68º 0.37% 0.82% -
XYZ 45.33 34.37 60.75 -
YUV 163.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 209 132 203 0 0.37 0.03 0.18 304.68 0.46 0.67
Hex D1 84 CB 0 25 3 12 131 2E 43
Octal 321 204 313 0 45 3 22 461 56 103
Binary 11010001 10000100 11001011 0 100101 11 10010 100110001 101110 1000011

Color Harmonies of #D184CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184CB

Black with #D184CB

Text Example


Text Example

White with #D184CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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