Html Css Color HEX #D385CB Orchid

📋 copy color: '#D385CB'

red 211 ◦ green 133 ◦ blue 203

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

Shades of Orchid #D385CB

Tints of Orchid #D385CB

RGB

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

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

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

R = 38.57%
G = 24.31%
B = 37.11%

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

#D385CB (or 0xD385CB) is known color: Orchid. HEX triplet: D3, 85 and CB. RGB value is (211,133,203). Sum of RGB (Red+Green+Blue) = 211+133+203=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D385CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385CB is #2C7A34. Grayscale: #A4A4A4. Windows color (decimal): -2914869 or 13338067. OLE color: 13338067.

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

Color convert

RGB 211 133 203 -
CMYK 0 0.37 0.04 0.17
HSL 306.15º 0.47% 0.67% -
HSV(B) 306.15º 0.37% 0.83% -
XYZ 46.03 34.94 60.82 -
YUV 164.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 211 133 203 0 0.37 0.04 0.17 306.15 0.47 0.67
Hex D3 85 CB 0 25 4 11 132 2F 43
Octal 323 205 313 0 45 4 21 462 57 103
Binary 11010011 10000101 11001011 0 100101 100 10001 100110010 101111 1000011

Color Harmonies of #D385CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385CB

Black with #D385CB

Text Example


Text Example

White with #D385CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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