Html Css Color HEX #DE69C0 Orchid

📋 copy color: '#DE69C0'

red 222 ◦ green 105 ◦ blue 192

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

Shades of Orchid #DE69C0

Tints of Orchid #DE69C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 42.77%
G = 20.23%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE69C0 (or 0xDE69C0) is known color: Orchid. HEX triplet: DE, 69 and C0. RGB value is (222,105,192). Sum of RGB (Red+Green+Blue) = 222+105+192=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69C0 is #21963F. Grayscale: #959595. Windows color (decimal): -2201152 or 12610014. OLE color: 12610014.

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

Color convert

RGB 222 105 192 -
CMYK 0 0.53 0.14 0.13
HSL 315.38º 0.64% 0.64% -
HSV(B) 315.38º 0.53% 0.87% -
XYZ 44.69 29.44 53.2 -
YUV 149.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 222 105 192 0 0.53 0.14 0.13 315.38 0.64 0.64
Hex DE 69 C0 0 35 E D 13B 40 40
Octal 336 151 300 0 65 16 15 473 100 100
Binary 11011110 1101001 11000000 0 110101 1110 1101 100111011 1000000 1000000

Color Harmonies of #DE69C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69C0

Black with #DE69C0

Text Example


Text Example

White with #DE69C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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