Html Css Color HEX #DE68E0 Orchid

📋 copy color: '#DE68E0'

red 222 ◦ green 104 ◦ blue 224

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

Shades of Orchid #DE68E0

Tints of Orchid #DE68E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 40.36%
G = 18.91%
B = 40.73%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE68E0 (or 0xDE68E0) is known color: Orchid. HEX triplet: DE, 68 and E0. RGB value is (222,104,224). Sum of RGB (Red+Green+Blue) = 222+104+224=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE68E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68E0 is #21971F. Grayscale: #989898. Windows color (decimal): -2201376 or 14706910. OLE color: 14706910.

HSL color Cylindrical-coordinate representation of color #DE68E0: hue angle of 299º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE68E0 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 104 224 -
CMYK 0.01 0.54 0 0.12
HSL 299º 0.66% 0.64% -
HSV(B) 299º 0.54% 0.88% -
XYZ 48.53 30.81 73.91 -
YUV 152.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 222 104 224 0.01 0.54 0 0.12 299 0.66 0.64
Hex DE 68 E0 1 36 0 C 12B 42 40
Octal 336 150 340 1 66 0 14 453 102 100
Binary 11011110 1101000 11100000 1 110110 0 1100 100101011 1000010 1000000

Color Harmonies of #DE68E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68E0

Black with #DE68E0

Text Example


Text Example

White with #DE68E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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