Html Css Color HEX #DE69BD Orchid

📋 copy color: '#DE69BD'

red 222 ◦ green 105 ◦ blue 189

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

Shades of Orchid #DE69BD

Tints of Orchid #DE69BD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.35%

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 43.02%
G = 20.35%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE69BD (or 0xDE69BD) is known color: Orchid. HEX triplet: DE, 69 and BD. RGB value is (222,105,189). Sum of RGB (Red+Green+Blue) = 222+105+189=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69BD is #219642. Grayscale: #959595. Windows color (decimal): -2201155 or 12413406. OLE color: 12413406.

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

Color convert

RGB 222 105 189 -
CMYK 0 0.53 0.15 0.13
HSL 316.92º 0.64% 0.64% -
HSV(B) 316.92º 0.53% 0.87% -
XYZ 44.36 29.31 51.46 -
YUV 149.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 222 105 189 0 0.53 0.15 0.13 316.92 0.64 0.64
Hex DE 69 BD 0 35 F D 13D 40 40
Octal 336 151 275 0 65 17 15 475 100 100
Binary 11011110 1101001 10111101 0 110101 1111 1101 100111101 1000000 1000000

Color Harmonies of #DE69BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69BD

Black with #DE69BD

Text Example


Text Example

White with #DE69BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69BD; }

 p { color: rgb(222,105,189); }

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

background-color css

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

 a { background-color: rgb(222,105,189); }

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

border-color css

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

 span { border-color: rgb(222,105,189); }

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