Html Css Color HEX #D380DF Orchid

📋 copy color: '#D380DF'

red 211 ◦ green 128 ◦ blue 223

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

Shades of Orchid #D380DF

Tints of Orchid #D380DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.78%

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 37.54%
G = 22.78%
B = 39.68%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D380DF (or 0xD380DF) is known color: Orchid. HEX triplet: D3, 80 and DF. RGB value is (211,128,223). Sum of RGB (Red+Green+Blue) = 211+128+223=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D380DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380DF is #2C7F20. Grayscale: #A3A3A3. Windows color (decimal): -2916129 or 14647507. OLE color: 14647507.

HSL color Cylindrical-coordinate representation of color #D380DF: hue angle of 292.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D380DF is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 128 223 -
CMYK 0.05 0.43 0 0.13
HSL 292.42º 0.6% 0.69% -
HSV(B) 292.42º 0.43% 0.87% -
XYZ 47.9 34.61 73.97 -
YUV 163.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 211 128 223 0.05 0.43 0 0.13 292.42 0.6 0.69
Hex D3 80 DF 5 2B 0 D 124 3C 45
Octal 323 200 337 5 53 0 15 444 74 105
Binary 11010011 10000000 11011111 101 101011 0 1101 100100100 111100 1000101

Color Harmonies of #D380DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380DF

Black with #D380DF

Text Example


Text Example

White with #D380DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380DF; }

 p { color: rgb(211,128,223); }

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

background-color css

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

 a { background-color: rgb(211,128,223); }

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

border-color css

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

 span { border-color: rgb(211,128,223); }

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