Html Css Color HEX #DE6FD2 Orchid

📋 copy color: '#DE6FD2'

red 222 ◦ green 111 ◦ blue 210

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

Shades of Orchid #DE6FD2

Tints of Orchid #DE6FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 40.88%
G = 20.44%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE6FD2 (or 0xDE6FD2) is known color: Orchid. HEX triplet: DE, 6F and D2. RGB value is (222,111,210). Sum of RGB (Red+Green+Blue) = 222+111+210=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FD2 is #21902D. Grayscale: #9B9B9B. Windows color (decimal): -2199598 or 13791198. OLE color: 13791198.

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

Color convert

RGB 222 111 210 -
CMYK 0 0.5 0.05 0.13
HSL 306.49º 0.63% 0.65% -
HSV(B) 306.49º 0.5% 0.87% -
XYZ 47.44 31.55 64.56 -
YUV 155.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 222 111 210 0 0.5 0.05 0.13 306.49 0.63 0.65
Hex DE 6F D2 0 32 5 D 132 3F 41
Octal 336 157 322 0 62 5 15 462 77 101
Binary 11011110 1101111 11010010 0 110010 101 1101 100110010 111111 1000001

Color Harmonies of #DE6FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FD2

Black with #DE6FD2

Text Example


Text Example

White with #DE6FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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