Html Css Color HEX #DE68BB Orchid

📋 copy color: '#DE68BB'

red 222 ◦ green 104 ◦ blue 187

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

Shades of Orchid #DE68BB

Tints of Orchid #DE68BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 43.27%
G = 20.27%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE68BB (or 0xDE68BB) is known color: Orchid. HEX triplet: DE, 68 and BB. RGB value is (222,104,187). Sum of RGB (Red+Green+Blue) = 222+104+187=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68BB is #219744. Grayscale: #949494. Windows color (decimal): -2201413 or 12282078. OLE color: 12282078.

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

Color convert

RGB 222 104 187 -
CMYK 0 0.53 0.16 0.13
HSL 317.8º 0.64% 0.64% -
HSV(B) 317.8º 0.53% 0.87% -
XYZ 44.04 29.02 50.29 -
YUV 148.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 222 104 187 0 0.53 0.16 0.13 317.8 0.64 0.64
Hex DE 68 BB 0 35 10 D 13E 40 40
Octal 336 150 273 0 65 20 15 476 100 100
Binary 11011110 1101000 10111011 0 110101 10000 1101 100111110 1000000 1000000

Color Harmonies of #DE68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68BB

Black with #DE68BB

Text Example


Text Example

White with #DE68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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