Html Css Color HEX #DF6ACC Orchid

📋 copy color: '#DF6ACC'

red 223 ◦ green 106 ◦ blue 204

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

Shades of Orchid #DF6ACC

Tints of Orchid #DF6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.89%

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

R = 41.84%
G = 19.89%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF6ACC (or 0xDF6ACC) is known color: Orchid. HEX triplet: DF, 6A and CC. RGB value is (223,106,204). Sum of RGB (Red+Green+Blue) = 223+106+204=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ACC is #209533. Grayscale: #979797. Windows color (decimal): -2135348 or 13396703. OLE color: 13396703.

HSL color Cylindrical-coordinate representation of color #DF6ACC: hue angle of 309.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6ACC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 204 -
CMYK 0 0.52 0.09 0.13
HSL 309.74º 0.65% 0.65% -
HSV(B) 309.74º 0.52% 0.87% -
XYZ 46.48 30.36 60.54 -
YUV 152.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 223 106 204 0 0.52 0.09 0.13 309.74 0.65 0.65
Hex DF 6A CC 0 34 9 D 136 41 41
Octal 337 152 314 0 64 11 15 466 101 101
Binary 11011111 1101010 11001100 0 110100 1001 1101 100110110 1000001 1000001

Color Harmonies of #DF6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6ACC

Black with #DF6ACC

Text Example


Text Example

White with #DF6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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