Html Css Color HEX #D381CE Orchid

📋 copy color: '#D381CE'

red 211 ◦ green 129 ◦ blue 206

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

Shades of Orchid #D381CE

Tints of Orchid #D381CE

RGB

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

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

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

R = 38.64%
G = 23.63%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D381CE (or 0xD381CE) is known color: Orchid. HEX triplet: D3, 81 and CE. RGB value is (211,129,206). Sum of RGB (Red+Green+Blue) = 211+129+206=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CE is #2C7E31. Grayscale: #A2A2A2. Windows color (decimal): -2915890 or 13533651. OLE color: 13533651.

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

Color convert

RGB 211 129 206 -
CMYK 0 0.39 0.02 0.17
HSL 303.66º 0.48% 0.67% -
HSV(B) 303.66º 0.39% 0.83% -
XYZ 45.85 34.01 62.54 -
YUV 162.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 211 129 206 0 0.39 0.02 0.17 303.66 0.48 0.67
Hex D3 81 CE 0 27 2 11 130 30 43
Octal 323 201 316 0 47 2 21 460 60 103
Binary 11010011 10000001 11001110 0 100111 10 10001 100110000 110000 1000011

Color Harmonies of #D381CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381CE

Black with #D381CE

Text Example


Text Example

White with #D381CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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