Html Css Color HEX #DE6ACD Orchid

📋 copy color: '#DE6ACD'

red 222 ◦ green 106 ◦ blue 205

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

Shades of Orchid #DE6ACD

Tints of Orchid #DE6ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 41.65%
G = 19.89%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE6ACD (or 0xDE6ACD) is known color: Orchid. HEX triplet: DE, 6A and CD. RGB value is (222,106,205). Sum of RGB (Red+Green+Blue) = 222+106+205=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ACD is #219532. Grayscale: #979797. Windows color (decimal): -2200883 or 13462238. OLE color: 13462238.

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

Color convert

RGB 222 106 205 -
CMYK 0 0.52 0.08 0.13
HSL 308.79º 0.64% 0.64% -
HSV(B) 308.79º 0.52% 0.87% -
XYZ 46.3 30.25 61.16 -
YUV 151.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 222 106 205 0 0.52 0.08 0.13 308.79 0.64 0.64
Hex DE 6A CD 0 34 8 D 135 40 40
Octal 336 152 315 0 64 10 15 465 100 100
Binary 11011110 1101010 11001101 0 110100 1000 1101 100110101 1000000 1000000

Color Harmonies of #DE6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ACD

Black with #DE6ACD

Text Example


Text Example

White with #DE6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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