Html Css Color HEX #DF6AE1 Orchid

📋 copy color: '#DF6AE1'

red 223 ◦ green 106 ◦ blue 225

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

Shades of Orchid #DF6AE1

Tints of Orchid #DF6AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 40.25%
G = 19.13%
B = 40.61%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF6AE1 (or 0xDF6AE1) is known color: Orchid. HEX triplet: DF, 6A and E1. RGB value is (223,106,225). Sum of RGB (Red+Green+Blue) = 223+106+225=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF6AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AE1 is #20951E. Grayscale: #9A9A9A. Windows color (decimal): -2135327 or 14772959. OLE color: 14772959.

HSL color Cylindrical-coordinate representation of color #DF6AE1: hue angle of 298.99º 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 #DF6AE1 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 106 225 -
CMYK 0.01 0.53 0 0.12
HSL 298.99º 0.66% 0.65% -
HSV(B) 298.99º 0.53% 0.88% -
XYZ 49.18 31.43 74.71 -
YUV 154.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 223 106 225 0.01 0.53 0 0.12 298.99 0.66 0.65
Hex DF 6A E1 1 35 0 C 12B 42 41
Octal 337 152 341 1 65 0 14 453 102 101
Binary 11011111 1101010 11100001 1 110101 0 1100 100101011 1000010 1000001

Color Harmonies of #DF6AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AE1

Black with #DF6AE1

Text Example


Text Example

White with #DF6AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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