Html Css Color HEX #DF8ACC Orchid

📋 copy color: '#DF8ACC'

red 223 ◦ green 138 ◦ blue 204

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

Shades of Orchid #DF8ACC

Tints of Orchid #DF8ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 39.47%
G = 24.42%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF8ACC (or 0xDF8ACC) is known color: Orchid. HEX triplet: DF, 8A and CC. RGB value is (223,138,204). Sum of RGB (Red+Green+Blue) = 223+138+204=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ACC is #207533. Grayscale: #AAAAAA. Windows color (decimal): -2127156 or 13404895. OLE color: 13404895.

HSL color Cylindrical-coordinate representation of color #DF8ACC: hue angle of 313.41º 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 #DF8ACC is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 138 204 -
CMYK 0 0.38 0.09 0.13
HSL 313.41º 0.57% 0.71% -
HSV(B) 313.41º 0.38% 0.87% -
XYZ 50.42 38.22 61.85 -
YUV 170.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 223 138 204 0 0.38 0.09 0.13 313.41 0.57 0.71
Hex DF 8A CC 0 26 9 D 139 39 47
Octal 337 212 314 0 46 11 15 471 71 107
Binary 11011111 10001010 11001100 0 100110 1001 1101 100111001 111001 1000111

Color Harmonies of #DF8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8ACC

Black with #DF8ACC

Text Example


Text Example

White with #DF8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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