Html Css Color HEX #DE6FDA Orchid

📋 copy color: '#DE6FDA'

red 222 ◦ green 111 ◦ blue 218

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

Shades of Orchid #DE6FDA

Tints of Orchid #DE6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 40.29%
G = 20.15%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE6FDA (or 0xDE6FDA) is known color: Orchid. HEX triplet: DE, 6F and DA. RGB value is (222,111,218). Sum of RGB (Red+Green+Blue) = 222+111+218=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FDA is #219025. Grayscale: #9C9C9C. Windows color (decimal): -2199590 or 14315486. OLE color: 14315486.

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

Color convert

RGB 222 111 218 -
CMYK 0 0.5 0.02 0.13
HSL 302.16º 0.63% 0.65% -
HSV(B) 302.16º 0.5% 0.87% -
XYZ 48.46 31.96 69.94 -
YUV 156.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 222 111 218 0 0.5 0.02 0.13 302.16 0.63 0.65
Hex DE 6F DA 0 32 2 D 12E 3F 41
Octal 336 157 332 0 62 2 15 456 77 101
Binary 11011110 1101111 11011010 0 110010 10 1101 100101110 111111 1000001

Color Harmonies of #DE6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FDA

Black with #DE6FDA

Text Example


Text Example

White with #DE6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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