Html Css Color HEX #DF6FE6 Orchid

📋 copy color: '#DF6FE6'

red 223 ◦ green 111 ◦ blue 230

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

Shades of Orchid #DF6FE6

Tints of Orchid #DF6FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 39.54%
G = 19.68%
B = 40.78%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF6FE6 (or 0xDF6FE6) is known color: Orchid. HEX triplet: DF, 6F and E6. RGB value is (223,111,230). Sum of RGB (Red+Green+Blue) = 223+111+230=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF6FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FE6 is #209019. Grayscale: #9D9D9D. Windows color (decimal): -2134042 or 15101919. OLE color: 15101919.

HSL color Cylindrical-coordinate representation of color #DF6FE6: hue angle of 296.47º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6FE6 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 111 230 -
CMYK 0.03 0.52 0 0.10
HSL 296.47º 0.7% 0.67% -
HSV(B) 296.47º 0.52% 0.9% -
XYZ 50.4 32.77 78.53 -
YUV 158.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 223 111 230 0.03 0.52 0 0.10 296.47 0.7 0.67
Hex DF 6F E6 3 34 0 A 128 46 43
Octal 337 157 346 3 64 0 12 450 106 103
Binary 11011111 1101111 11100110 11 110100 0 1010 100101000 1000110 1000011

Color Harmonies of #DF6FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FE6

Black with #DF6FE6

Text Example


Text Example

White with #DF6FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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