Html Css Color HEX #DE69DE Orchid

📋 copy color: '#DE69DE'

red 222 ◦ green 105 ◦ blue 222

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

Shades of Orchid #DE69DE

Tints of Orchid #DE69DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 40.44%
G = 19.13%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE69DE (or 0xDE69DE) is known color: Orchid. HEX triplet: DE, 69 and DE. RGB value is (222,105,222). Sum of RGB (Red+Green+Blue) = 222+105+222=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69DE is #219621. Grayscale: #989898. Windows color (decimal): -2201122 or 14576094. OLE color: 14576094.

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

Color convert

RGB 222 105 222 -
CMYK 0 0.53 0 0.13
HSL 300º 0.64% 0.64% -
HSV(B) 300º 0.53% 0.87% -
XYZ 48.36 30.91 72.52 -
YUV 153.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 222 105 222 0 0.53 0 0.13 300 0.64 0.64
Hex DE 69 DE 0 35 0 D 12C 40 40
Octal 336 151 336 0 65 0 15 454 100 100
Binary 11011110 1101001 11011110 0 110101 0 1101 100101100 1000000 1000000

Color Harmonies of #DE69DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69DE

Black with #DE69DE

Text Example


Text Example

White with #DE69DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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