Html Css Color HEX #DF6FE0 Orchid

📋 copy color: '#DF6FE0'

red 223 ◦ green 111 ◦ blue 224

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

Shades of Orchid #DF6FE0

Tints of Orchid #DF6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.89%

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

R = 39.96%
G = 19.89%
B = 40.14%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF6FE0 (or 0xDF6FE0) is known color: Orchid. HEX triplet: DF, 6F and E0. RGB value is (223,111,224). Sum of RGB (Red+Green+Blue) = 223+111+224=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FE0 is #20901F. Grayscale: #9D9D9D. Windows color (decimal): -2134048 or 14708703. OLE color: 14708703.

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

Color convert

RGB 223 111 224 -
CMYK 0.00 0.50 0 0.12
HSL 299.47º 0.65% 0.66% -
HSV(B) 299.47º 0.5% 0.88% -
XYZ 49.57 32.44 74.17 -
YUV 157.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 223 111 224 0.00 0.50 0 0.12 299.47 0.65 0.66
Hex DF 6F E0 0 32 0 C 12B 41 42
Octal 337 157 340 0 62 0 14 453 101 102
Binary 11011111 1101111 11100000 0 110010 0 1100 100101011 1000001 1000010

Color Harmonies of #DF6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FE0

Black with #DF6FE0

Text Example


Text Example

White with #DF6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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