Html Css Color HEX #DE66D8 Orchid

📋 copy color: '#DE66D8'

red 222 ◦ green 102 ◦ blue 216

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

Shades of Orchid #DE66D8

Tints of Orchid #DE66D8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.89%

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

R = 41.11%
G = 18.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE66D8 (or 0xDE66D8) is known color: Orchid. HEX triplet: DE, 66 and D8. RGB value is (222,102,216). Sum of RGB (Red+Green+Blue) = 222+102+216=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66D8 is #219927. Grayscale: #969696. Windows color (decimal): -2201896 or 14182110. OLE color: 14182110.

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

Color convert

RGB 222 102 216 -
CMYK 0 0.54 0.03 0.13
HSL 303º 0.65% 0.64% -
HSV(B) 303º 0.54% 0.87% -
XYZ 47.27 29.99 68.26 -
YUV 150.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 222 102 216 0 0.54 0.03 0.13 303 0.65 0.64
Hex DE 66 D8 0 36 3 D 12F 41 40
Octal 336 146 330 0 66 3 15 457 101 100
Binary 11011110 1100110 11011000 0 110110 11 1101 100101111 1000001 1000000

Color Harmonies of #DE66D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE66D8

Black with #DE66D8

Text Example


Text Example

White with #DE66D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE66D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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