Html Css Color HEX #DE68D6 Orchid

📋 copy color: '#DE68D6'

red 222 ◦ green 104 ◦ blue 214

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

Shades of Orchid #DE68D6

Tints of Orchid #DE68D6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.26%

 BLUE value IS 214 (83.98% from 255) = 39.63%

R = 41.11%
G = 19.26%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE68D6 (or 0xDE68D6) is known color: Orchid. HEX triplet: DE, 68 and D6. RGB value is (222,104,214). Sum of RGB (Red+Green+Blue) = 222+104+214=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68D6 is #219729. Grayscale: #979797. Windows color (decimal): -2201386 or 14051550. OLE color: 14051550.

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

Color convert

RGB 222 104 214 -
CMYK 0 0.53 0.04 0.13
HSL 304.07º 0.64% 0.64% -
HSV(B) 304.07º 0.53% 0.87% -
XYZ 47.21 30.29 66.98 -
YUV 151.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 222 104 214 0 0.53 0.04 0.13 304.07 0.64 0.64
Hex DE 68 D6 0 35 4 D 130 40 40
Octal 336 150 326 0 65 4 15 460 100 100
Binary 11011110 1101000 11010110 0 110101 100 1101 100110000 1000000 1000000

Color Harmonies of #DE68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68D6

Black with #DE68D6

Text Example


Text Example

White with #DE68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68D6; }

 p { color: rgb(222,104,214); }

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

background-color css

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

 a { background-color: rgb(222,104,214); }

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

border-color css

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

 span { border-color: rgb(222,104,214); }

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