Html Css Color HEX #DE6FD3 Orchid

📋 copy color: '#DE6FD3'

red 222 ◦ green 111 ◦ blue 211

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

Shades of Orchid #DE6FD3

Tints of Orchid #DE6FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 40.81%
G = 20.4%
B = 38.79%

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

#DE6FD3 (or 0xDE6FD3) is known color: Orchid. HEX triplet: DE, 6F and D3. RGB value is (222,111,211). Sum of RGB (Red+Green+Blue) = 222+111+211=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FD3 is #21902C. Grayscale: #9B9B9B. Windows color (decimal): -2199597 or 13856734. OLE color: 13856734.

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

Color convert

RGB 222 111 211 -
CMYK 0 0.5 0.05 0.13
HSL 305.95º 0.63% 0.65% -
HSV(B) 305.95º 0.5% 0.87% -
XYZ 47.57 31.6 65.22 -
YUV 155.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 222 111 211 0 0.5 0.05 0.13 305.95 0.63 0.65
Hex DE 6F D3 0 32 5 D 132 3F 41
Octal 336 157 323 0 62 5 15 462 77 101
Binary 11011110 1101111 11010011 0 110010 101 1101 100110010 111111 1000001

Color Harmonies of #DE6FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FD3

Black with #DE6FD3

Text Example


Text Example

White with #DE6FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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