Html Css Color HEX #D181CB Orchid

📋 copy color: '#D181CB'

red 209 ◦ green 129 ◦ blue 203

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

Shades of Orchid #D181CB

Tints of Orchid #D181CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.84%

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

R = 38.63%
G = 23.84%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D181CB (or 0xD181CB) is known color: Orchid. HEX triplet: D1, 81 and CB. RGB value is (209,129,203). Sum of RGB (Red+Green+Blue) = 209+129+203=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D181CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181CB is #2E7E34. Grayscale: #A1A1A1. Windows color (decimal): -3046965 or 13337041. OLE color: 13337041.

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

Color convert

RGB 209 129 203 -
CMYK 0 0.38 0.03 0.18
HSL 304.5º 0.47% 0.66% -
HSV(B) 304.5º 0.38% 0.82% -
XYZ 44.92 33.57 60.61 -
YUV 161.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 209 129 203 0 0.38 0.03 0.18 304.5 0.47 0.66
Hex D1 81 CB 0 26 3 12 130 2F 42
Octal 321 201 313 0 46 3 22 460 57 102
Binary 11010001 10000001 11001011 0 100110 11 10010 100110000 101111 1000010

Color Harmonies of #D181CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D181CB

Black with #D181CB

Text Example


Text Example

White with #D181CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D181CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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