Html Css Color HEX #DE6AD6 Orchid

📋 copy color: '#DE6AD6'

red 222 ◦ green 106 ◦ blue 214

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

Shades of Orchid #DE6AD6

Tints of Orchid #DE6AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.56%

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 40.96%
G = 19.56%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE6AD6 (or 0xDE6AD6) is known color: Orchid. HEX triplet: DE, 6A and D6. RGB value is (222,106,214). Sum of RGB (Red+Green+Blue) = 222+106+214=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6AD6 is #219529. Grayscale: #989898. Windows color (decimal): -2200874 or 14052062. OLE color: 14052062.

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

Color convert

RGB 222 106 214 -
CMYK 0 0.52 0.04 0.13
HSL 304.14º 0.64% 0.64% -
HSV(B) 304.14º 0.52% 0.87% -
XYZ 47.42 30.69 67.04 -
YUV 153 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 222 106 214 0 0.52 0.04 0.13 304.14 0.64 0.64
Hex DE 6A D6 0 34 4 D 130 40 40
Octal 336 152 326 0 64 4 15 460 100 100
Binary 11011110 1101010 11010110 0 110100 100 1101 100110000 1000000 1000000

Color Harmonies of #DE6AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6AD6

Black with #DE6AD6

Text Example


Text Example

White with #DE6AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6AD6; }

 p { color: rgb(222,106,214); }

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

background-color css

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

 a { background-color: rgb(222,106,214); }

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

border-color css

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

 span { border-color: rgb(222,106,214); }

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