Html Css Color HEX #DE6FDF Orchid

📋 copy color: '#DE6FDF'

red 222 ◦ green 111 ◦ blue 223

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

Shades of Orchid #DE6FDF

Tints of Orchid #DE6FDF

RGB

 RED value IS 222 (87.11% from 255) = 39.93%

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 39.93%
G = 19.96%
B = 40.11%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE6FDF (or 0xDE6FDF) is known color: Orchid. HEX triplet: DE, 6F and DF. RGB value is (222,111,223). Sum of RGB (Red+Green+Blue) = 222+111+223=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FDF is #219020. Grayscale: #9C9C9C. Windows color (decimal): -2199585 or 14643166. OLE color: 14643166.

HSL color Cylindrical-coordinate representation of color #DE6FDF: hue angle of 299.46º 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 #DE6FDF is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 111 223 -
CMYK 0.00 0.50 0 0.13
HSL 299.46º 0.64% 0.65% -
HSV(B) 299.46º 0.5% 0.87% -
XYZ 49.13 32.23 73.44 -
YUV 156.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 222 111 223 0.00 0.50 0 0.13 299.46 0.64 0.65
Hex DE 6F DF 0 32 0 D 12B 40 41
Octal 336 157 337 0 62 0 15 453 100 101
Binary 11011110 1101111 11011111 0 110010 0 1101 100101011 1000000 1000001

Color Harmonies of #DE6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FDF

Black with #DE6FDF

Text Example


Text Example

White with #DE6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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