Html Css Color HEX #D381D4 Orchid

📋 copy color: '#D381D4'

red 211 ◦ green 129 ◦ blue 212

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

Shades of Orchid #D381D4

Tints of Orchid #D381D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 38.22%
G = 23.37%
B = 38.41%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D381D4 (or 0xD381D4) is known color: Orchid. HEX triplet: D3, 81 and D4. RGB value is (211,129,212). Sum of RGB (Red+Green+Blue) = 211+129+212=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 212 - color contains mainly: blue. Hex color #D381D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381D4 is #2C7E2B. Grayscale: #A2A2A2. Windows color (decimal): -2915884 or 13926867. OLE color: 13926867.

HSL color Cylindrical-coordinate representation of color #D381D4: hue angle of 299.28º degrees, saturation: 0.49, 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 #D381D4 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 212 -
CMYK 0.00 0.39 0 0.17
HSL 299.28º 0.49% 0.67% -
HSV(B) 299.28º 0.39% 0.83% -
XYZ 46.6 34.3 66.45 -
YUV 162.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 211 129 212 0.00 0.39 0 0.17 299.28 0.49 0.67
Hex D3 81 D4 0 27 0 11 12B 31 43
Octal 323 201 324 0 47 0 21 453 61 103
Binary 11010011 10000001 11010100 0 100111 0 10001 100101011 110001 1000011

Color Harmonies of #D381D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381D4

Black with #D381D4

Text Example


Text Example

White with #D381D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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