Html Css Color HEX #DE6FCD Orchid

📋 copy color: '#DE6FCD'

red 222 ◦ green 111 ◦ blue 205

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

Shades of Orchid #DE6FCD

Tints of Orchid #DE6FCD

RGB

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

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

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

R = 41.26%
G = 20.63%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE6FCD (or 0xDE6FCD) is known color: Orchid. HEX triplet: DE, 6F and CD. RGB value is (222,111,205). Sum of RGB (Red+Green+Blue) = 222+111+205=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FCD is #219032. Grayscale: #9A9A9A. Windows color (decimal): -2199603 or 13463518. OLE color: 13463518.

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

Color convert

RGB 222 111 205 -
CMYK 0 0.5 0.08 0.13
HSL 309.19º 0.63% 0.65% -
HSV(B) 309.19º 0.5% 0.87% -
XYZ 46.83 31.31 61.33 -
YUV 154.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 222 111 205 0 0.5 0.08 0.13 309.19 0.63 0.65
Hex DE 6F CD 0 32 8 D 135 3F 41
Octal 336 157 315 0 62 10 15 465 77 101
Binary 11011110 1101111 11001101 0 110010 1000 1101 100110101 111111 1000001

Color Harmonies of #DE6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FCD

Black with #DE6FCD

Text Example


Text Example

White with #DE6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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