Html Css Color HEX #DE6BD8 Orchid

📋 copy color: '#DE6BD8'

red 222 ◦ green 107 ◦ blue 216

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

Shades of Orchid #DE6BD8

Tints of Orchid #DE6BD8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.63%

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 40.73%
G = 19.63%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE6BD8 (or 0xDE6BD8) is known color: Orchid. HEX triplet: DE, 6B and D8. RGB value is (222,107,216). Sum of RGB (Red+Green+Blue) = 222+107+216=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BD8 is #219427. Grayscale: #999999. Windows color (decimal): -2200616 or 14183390. OLE color: 14183390.

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

Color convert

RGB 222 107 216 -
CMYK 0 0.52 0.03 0.13
HSL 303.13º 0.64% 0.65% -
HSV(B) 303.13º 0.52% 0.87% -
XYZ 47.78 31 68.43 -
YUV 153.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 222 107 216 0 0.52 0.03 0.13 303.13 0.64 0.65
Hex DE 6B D8 0 34 3 D 12F 40 41
Octal 336 153 330 0 64 3 15 457 100 101
Binary 11011110 1101011 11011000 0 110100 11 1101 100101111 1000000 1000001

Color Harmonies of #DE6BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6BD8

Black with #DE6BD8

Text Example


Text Example

White with #DE6BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6BD8; }

 p { color: rgb(222,107,216); }

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

background-color css

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

 a { background-color: rgb(222,107,216); }

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

border-color css

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

 span { border-color: rgb(222,107,216); }

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