Html Css Color HEX #DE69BC Orchid

📋 copy color: '#DE69BC'

red 222 ◦ green 105 ◦ blue 188

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

Shades of Orchid #DE69BC

Tints of Orchid #DE69BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 43.11%
G = 20.39%
B = 36.5%

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

#DE69BC (or 0xDE69BC) is known color: Orchid. HEX triplet: DE, 69 and BC. RGB value is (222,105,188). Sum of RGB (Red+Green+Blue) = 222+105+188=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69BC is #219643. Grayscale: #959595. Windows color (decimal): -2201156 or 12347870. OLE color: 12347870.

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

Color convert

RGB 222 105 188 -
CMYK 0 0.53 0.15 0.13
HSL 317.44º 0.64% 0.64% -
HSV(B) 317.44º 0.53% 0.87% -
XYZ 44.25 29.26 50.89 -
YUV 149.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 222 105 188 0 0.53 0.15 0.13 317.44 0.64 0.64
Hex DE 69 BC 0 35 F D 13D 40 40
Octal 336 151 274 0 65 17 15 475 100 100
Binary 11011110 1101001 10111100 0 110101 1111 1101 100111101 1000000 1000000

Color Harmonies of #DE69BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69BC

Black with #DE69BC

Text Example


Text Example

White with #DE69BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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