Html Css Color HEX #DE68CD Orchid

📋 copy color: '#DE68CD'

red 222 ◦ green 104 ◦ blue 205

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

Shades of Orchid #DE68CD

Tints of Orchid #DE68CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 41.81%
G = 19.59%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE68CD (or 0xDE68CD) is known color: Orchid. HEX triplet: DE, 68 and CD. RGB value is (222,104,205). Sum of RGB (Red+Green+Blue) = 222+104+205=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68CD is #219732. Grayscale: #969696. Windows color (decimal): -2201395 or 13461726. OLE color: 13461726.

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

Color convert

RGB 222 104 205 -
CMYK 0 0.53 0.08 0.13
HSL 308.64º 0.64% 0.64% -
HSV(B) 308.64º 0.53% 0.87% -
XYZ 46.09 29.84 61.09 -
YUV 150.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 222 104 205 0 0.53 0.08 0.13 308.64 0.64 0.64
Hex DE 68 CD 0 35 8 D 135 40 40
Octal 336 150 315 0 65 10 15 465 100 100
Binary 11011110 1101000 11001101 0 110101 1000 1101 100110101 1000000 1000000

Color Harmonies of #DE68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68CD

Black with #DE68CD

Text Example


Text Example

White with #DE68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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