Html Css Color HEX #DE68D0 Orchid

📋 copy color: '#DE68D0'

red 222 ◦ green 104 ◦ blue 208

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

Shades of Orchid #DE68D0

Tints of Orchid #DE68D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 41.57%
G = 19.48%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE68D0 (or 0xDE68D0) is known color: Orchid. HEX triplet: DE, 68 and D0. RGB value is (222,104,208). Sum of RGB (Red+Green+Blue) = 222+104+208=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68D0 is #21972F. Grayscale: #969696. Windows color (decimal): -2201392 or 13658334. OLE color: 13658334.

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

Color convert

RGB 222 104 208 -
CMYK 0 0.53 0.06 0.13
HSL 307.12º 0.64% 0.64% -
HSV(B) 307.12º 0.53% 0.87% -
XYZ 46.46 29.98 63.01 -
YUV 151.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 222 104 208 0 0.53 0.06 0.13 307.12 0.64 0.64
Hex DE 68 D0 0 35 6 D 133 40 40
Octal 336 150 320 0 65 6 15 463 100 100
Binary 11011110 1101000 11010000 0 110101 110 1101 100110011 1000000 1000000

Color Harmonies of #DE68D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68D0

Black with #DE68D0

Text Example


Text Example

White with #DE68D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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