Html Css Color HEX #D382CE Orchid

📋 copy color: '#D382CE'

red 211 ◦ green 130 ◦ blue 206

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

Shades of Orchid #D382CE

Tints of Orchid #D382CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.77%

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

R = 38.57%
G = 23.77%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D382CE (or 0xD382CE) is known color: Orchid. HEX triplet: D3, 82 and CE. RGB value is (211,130,206). Sum of RGB (Red+Green+Blue) = 211+130+206=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D382CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382CE is #2C7D31. Grayscale: #A2A2A2. Windows color (decimal): -2915634 or 13533907. OLE color: 13533907.

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

Color convert

RGB 211 130 206 -
CMYK 0 0.38 0.02 0.17
HSL 303.7º 0.48% 0.67% -
HSV(B) 303.7º 0.38% 0.83% -
XYZ 45.99 34.27 62.58 -
YUV 162.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 211 130 206 0 0.38 0.02 0.17 303.7 0.48 0.67
Hex D3 82 CE 0 26 2 11 130 30 43
Octal 323 202 316 0 46 2 21 460 60 103
Binary 11010011 10000010 11001110 0 100110 10 10001 100110000 110000 1000011

Color Harmonies of #D382CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382CE

Black with #D382CE

Text Example


Text Example

White with #D382CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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