Html Css Color HEX #D385CE Orchid

📋 copy color: '#D385CE'

red 211 ◦ green 133 ◦ blue 206

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

Shades of Orchid #D385CE

Tints of Orchid #D385CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 38.36%
G = 24.18%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D385CE (or 0xD385CE) is known color: Orchid. HEX triplet: D3, 85 and CE. RGB value is (211,133,206). Sum of RGB (Red+Green+Blue) = 211+133+206=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D385CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385CE is #2C7A31. Grayscale: #A4A4A4. Windows color (decimal): -2914866 or 13534675. OLE color: 13534675.

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

Color convert

RGB 211 133 206 -
CMYK 0 0.37 0.02 0.17
HSL 303.85º 0.47% 0.67% -
HSV(B) 303.85º 0.37% 0.83% -
XYZ 46.39 35.08 62.72 -
YUV 164.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 211 133 206 0 0.37 0.02 0.17 303.85 0.47 0.67
Hex D3 85 CE 0 25 2 11 130 2F 43
Octal 323 205 316 0 45 2 21 460 57 103
Binary 11010011 10000101 11001110 0 100101 10 10001 100110000 101111 1000011

Color Harmonies of #D385CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385CE

Black with #D385CE

Text Example


Text Example

White with #D385CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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