Html Css Color HEX #DE68E4 Orchid

📋 copy color: '#DE68E4'

red 222 ◦ green 104 ◦ blue 228

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

Shades of Orchid #DE68E4

Tints of Orchid #DE68E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.16%

R = 40.07%
G = 18.77%
B = 41.16%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DE68E4 (or 0xDE68E4) is known color: Orchid. HEX triplet: DE, 68 and E4. RGB value is (222,104,228). Sum of RGB (Red+Green+Blue) = 222+104+228=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE68E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68E4 is #21971B. Grayscale: #999999. Windows color (decimal): -2201372 or 14969054. OLE color: 14969054.

HSL color Cylindrical-coordinate representation of color #DE68E4: hue angle of 297.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE68E4 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 104 228 -
CMYK 0.03 0.54 0 0.11
HSL 297.1º 0.7% 0.65% -
HSV(B) 297.1º 0.54% 0.89% -
XYZ 49.08 31.03 76.8 -
YUV 153.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 222 104 228 0.03 0.54 0 0.11 297.1 0.7 0.65
Hex DE 68 E4 3 36 0 B 129 46 41
Octal 336 150 344 3 66 0 13 451 106 101
Binary 11011110 1101000 11100100 11 110110 0 1011 100101001 1000110 1000001

Color Harmonies of #DE68E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68E4

Black with #DE68E4

Text Example


Text Example

White with #DE68E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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