Html Css Color HEX #DF6FDA Orchid

📋 copy color: '#DF6FDA'

red 223 ◦ green 111 ◦ blue 218

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

Shades of Orchid #DF6FDA

Tints of Orchid #DF6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 40.4%
G = 20.11%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF6FDA (or 0xDF6FDA) is known color: Orchid. HEX triplet: DF, 6F and DA. RGB value is (223,111,218). Sum of RGB (Red+Green+Blue) = 223+111+218=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FDA is #209025. Grayscale: #9C9C9C. Windows color (decimal): -2134054 or 14315487. OLE color: 14315487.

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

Color convert

RGB 223 111 218 -
CMYK 0 0.50 0.02 0.13
HSL 302.68º 0.64% 0.65% -
HSV(B) 302.68º 0.5% 0.87% -
XYZ 48.77 32.12 69.96 -
YUV 156.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 223 111 218 0 0.50 0.02 0.13 302.68 0.64 0.65
Hex DF 6F DA 0 32 2 D 12F 40 41
Octal 337 157 332 0 62 2 15 457 100 101
Binary 11011111 1101111 11011010 0 110010 10 1101 100101111 1000000 1000001

Color Harmonies of #DF6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FDA

Black with #DF6FDA

Text Example


Text Example

White with #DF6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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