Html Css Color HEX #DF8ACD Orchid

📋 copy color: '#DF8ACD'

red 223 ◦ green 138 ◦ blue 205

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

Shades of Orchid #DF8ACD

Tints of Orchid #DF8ACD

RGB

 RED value IS 223 (87.5% from 255) = 39.4%

 GREEN value IS 138 (54.3% from 255) = 24.38%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 39.4%
G = 24.38%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF8ACD (or 0xDF8ACD) is known color: Orchid. HEX triplet: DF, 8A and CD. RGB value is (223,138,205). Sum of RGB (Red+Green+Blue) = 223+138+205=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ACD is #207532. Grayscale: #AAAAAA. Windows color (decimal): -2127155 or 13470431. OLE color: 13470431.

HSL color Cylindrical-coordinate representation of color #DF8ACD: hue angle of 312.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8ACD is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 138 205 -
CMYK 0 0.38 0.08 0.13
HSL 312.71º 0.57% 0.71% -
HSV(B) 312.71º 0.38% 0.87% -
XYZ 50.54 38.27 62.48 -
YUV 171.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 223 138 205 0 0.38 0.08 0.13 312.71 0.57 0.71
Hex DF 8A CD 0 26 8 D 139 39 47
Octal 337 212 315 0 46 10 15 471 71 107
Binary 11011111 10001010 11001101 0 100110 1000 1101 100111001 111001 1000111

Color Harmonies of #DF8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8ACD

Black with #DF8ACD

Text Example


Text Example

White with #DF8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8ACD; }

 p { color: rgb(223,138,205); }

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

background-color css

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

 a { background-color: rgb(223,138,205); }

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

border-color css

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

 span { border-color: rgb(223,138,205); }

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