Html Css Color HEX #DE6ECB Orchid

📋 copy color: '#DE6ECB'

red 222 ◦ green 110 ◦ blue 203

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

Shades of Orchid #DE6ECB

Tints of Orchid #DE6ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

 BLUE value IS 203 (79.69% from 255) = 37.94%

R = 41.5%
G = 20.56%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE6ECB (or 0xDE6ECB) is known color: Orchid. HEX triplet: DE, 6E and CB. RGB value is (222,110,203). Sum of RGB (Red+Green+Blue) = 222+110+203=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ECB is #219134. Grayscale: #999999. Windows color (decimal): -2199861 or 13332190. OLE color: 13332190.

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

Color convert

RGB 222 110 203 -
CMYK 0 0.50 0.09 0.13
HSL 310.18º 0.63% 0.65% -
HSV(B) 310.18º 0.5% 0.87% -
XYZ 46.48 30.99 60.03 -
YUV 154.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 222 110 203 0 0.50 0.09 0.13 310.18 0.63 0.65
Hex DE 6E CB 0 32 9 D 136 3F 41
Octal 336 156 313 0 62 11 15 466 77 101
Binary 11011110 1101110 11001011 0 110010 1001 1101 100110110 111111 1000001

Color Harmonies of #DE6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ECB

Black with #DE6ECB

Text Example


Text Example

White with #DE6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ECB; }

 p { color: rgb(222,110,203); }

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

background-color css

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

 a { background-color: rgb(222,110,203); }

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

border-color css

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

 span { border-color: rgb(222,110,203); }

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