Html Css Color HEX #D184CD Orchid

📋 copy color: '#D184CD'

red 209 ◦ green 132 ◦ blue 205

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

Shades of Orchid #D184CD

Tints of Orchid #D184CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 38.28%
G = 24.18%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D184CD (or 0xD184CD) is known color: Orchid. HEX triplet: D1, 84 and CD. RGB value is (209,132,205). Sum of RGB (Red+Green+Blue) = 209+132+205=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CD is #2E7B32. Grayscale: #A3A3A3. Windows color (decimal): -3046195 or 13468881. OLE color: 13468881.

HSL color Cylindrical-coordinate representation of color #D184CD: hue angle of 303.12º 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 #D184CD is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 132 205 -
CMYK 0 0.37 0.02 0.18
HSL 303.12º 0.46% 0.67% -
HSV(B) 303.12º 0.37% 0.82% -
XYZ 45.57 34.47 62.01 -
YUV 163.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 209 132 205 0 0.37 0.02 0.18 303.12 0.46 0.67
Hex D1 84 CD 0 25 2 12 12F 2E 43
Octal 321 204 315 0 45 2 22 457 56 103
Binary 11010001 10000100 11001101 0 100101 10 10010 100101111 101110 1000011

Color Harmonies of #D184CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184CD

Black with #D184CD

Text Example


Text Example

White with #D184CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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