Html Css Color HEX #DE68D4 Orchid

📋 copy color: '#DE68D4'

red 222 ◦ green 104 ◦ blue 212

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

Shades of Orchid #DE68D4

Tints of Orchid #DE68D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.41%

R = 41.26%
G = 19.33%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE68D4 (or 0xDE68D4) is known color: Orchid. HEX triplet: DE, 68 and D4. RGB value is (222,104,212). Sum of RGB (Red+Green+Blue) = 222+104+212=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68D4 is #21972B. Grayscale: #979797. Windows color (decimal): -2201388 or 13920478. OLE color: 13920478.

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

Color convert

RGB 222 104 212 -
CMYK 0 0.53 0.05 0.13
HSL 305.08º 0.64% 0.64% -
HSV(B) 305.08º 0.53% 0.87% -
XYZ 46.96 30.18 65.64 -
YUV 151.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 222 104 212 0 0.53 0.05 0.13 305.08 0.64 0.64
Hex DE 68 D4 0 35 5 D 131 40 40
Octal 336 150 324 0 65 5 15 461 100 100
Binary 11011110 1101000 11010100 0 110101 101 1101 100110001 1000000 1000000

Color Harmonies of #DE68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68D4

Black with #DE68D4

Text Example


Text Example

White with #DE68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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