Html Css Color HEX #DE68CE Orchid

📋 copy color: '#DE68CE'

red 222 ◦ green 104 ◦ blue 206

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

Shades of Orchid #DE68CE

Tints of Orchid #DE68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 41.73%
G = 19.55%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE68CE (or 0xDE68CE) is known color: Orchid. HEX triplet: DE, 68 and CE. RGB value is (222,104,206). Sum of RGB (Red+Green+Blue) = 222+104+206=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68CE is #219731. Grayscale: #969696. Windows color (decimal): -2201394 or 13527262. OLE color: 13527262.

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

Color convert

RGB 222 104 206 -
CMYK 0 0.53 0.07 0.13
HSL 308.14º 0.64% 0.64% -
HSV(B) 308.14º 0.53% 0.87% -
XYZ 46.22 29.89 61.73 -
YUV 150.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 222 104 206 0 0.53 0.07 0.13 308.14 0.64 0.64
Hex DE 68 CE 0 35 7 D 134 40 40
Octal 336 150 316 0 65 7 15 464 100 100
Binary 11011110 1101000 11001110 0 110101 111 1101 100110100 1000000 1000000

Color Harmonies of #DE68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68CE

Black with #DE68CE

Text Example


Text Example

White with #DE68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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