Html Css Color HEX #D384CB Orchid

📋 copy color: '#D384CB'

red 211 ◦ green 132 ◦ blue 203

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

Shades of Orchid #D384CB

Tints of Orchid #D384CB

RGB

 RED value IS 211 (82.81% from 255) = 38.64%

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

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

R = 38.64%
G = 24.18%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D384CB (or 0xD384CB) is known color: Orchid. HEX triplet: D3, 84 and CB. RGB value is (211,132,203). Sum of RGB (Red+Green+Blue) = 211+132+203=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D384CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384CB is #2C7B34. Grayscale: #A3A3A3. Windows color (decimal): -2915125 or 13337811. OLE color: 13337811.

HSL color Cylindrical-coordinate representation of color #D384CB: hue angle of 306.08º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D384CB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 203 -
CMYK 0 0.37 0.04 0.17
HSL 306.08º 0.47% 0.67% -
HSV(B) 306.08º 0.37% 0.83% -
XYZ 45.89 34.66 60.77 -
YUV 163.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 211 132 203 0 0.37 0.04 0.17 306.08 0.47 0.67
Hex D3 84 CB 0 25 4 11 132 2F 43
Octal 323 204 313 0 45 4 21 462 57 103
Binary 11010011 10000100 11001011 0 100101 100 10001 100110010 101111 1000011

Color Harmonies of #D384CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384CB

Black with #D384CB

Text Example


Text Example

White with #D384CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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