Html Css Color HEX #DE6DDF Orchid

📋 copy color: '#DE6DDF'

red 222 ◦ green 109 ◦ blue 223

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

Shades of Orchid #DE6DDF

Tints of Orchid #DE6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.68%

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

R = 40.07%
G = 19.68%
B = 40.25%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE6DDF (or 0xDE6DDF) is known color: Orchid. HEX triplet: DE, 6D and DF. RGB value is (222,109,223). Sum of RGB (Red+Green+Blue) = 222+109+223=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DDF is #219220. Grayscale: #9B9B9B. Windows color (decimal): -2200097 or 14642654. OLE color: 14642654.

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

Color convert

RGB 222 109 223 -
CMYK 0.00 0.51 0 0.13
HSL 299.47º 0.64% 0.65% -
HSV(B) 299.47º 0.51% 0.87% -
XYZ 48.91 31.79 73.37 -
YUV 155.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 222 109 223 0.00 0.51 0 0.13 299.47 0.64 0.65
Hex DE 6D DF 0 33 0 D 12B 40 41
Octal 336 155 337 0 63 0 15 453 100 101
Binary 11011110 1101101 11011111 0 110011 0 1101 100101011 1000000 1000001

Color Harmonies of #DE6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6DDF

Black with #DE6DDF

Text Example


Text Example

White with #DE6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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