Html Css Color HEX #DF6AE0 Orchid

📋 copy color: '#DF6AE0'

red 223 ◦ green 106 ◦ blue 224

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

Shades of Orchid #DF6AE0

Tints of Orchid #DF6AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 40.33%
G = 19.17%
B = 40.51%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF6AE0 (or 0xDF6AE0) is known color: Orchid. HEX triplet: DF, 6A and E0. RGB value is (223,106,224). Sum of RGB (Red+Green+Blue) = 223+106+224=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AE0 is #20951F. Grayscale: #9A9A9A. Windows color (decimal): -2135328 or 14707423. OLE color: 14707423.

HSL color Cylindrical-coordinate representation of color #DF6AE0: hue angle of 299.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6AE0 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 106 224 -
CMYK 0.00 0.53 0 0.12
HSL 299.49º 0.66% 0.65% -
HSV(B) 299.49º 0.53% 0.88% -
XYZ 49.04 31.38 73.99 -
YUV 154.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 223 106 224 0.00 0.53 0 0.12 299.49 0.66 0.65
Hex DF 6A E0 0 35 0 C 12B 42 41
Octal 337 152 340 0 65 0 14 453 102 101
Binary 11011111 1101010 11100000 0 110101 0 1100 100101011 1000010 1000001

Color Harmonies of #DF6AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AE0

Black with #DF6AE0

Text Example


Text Example

White with #DF6AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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