Html Css Color HEX #DE69DF Orchid

📋 copy color: '#DE69DF'

red 222 ◦ green 105 ◦ blue 223

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

Shades of Orchid #DE69DF

Tints of Orchid #DE69DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 40.36%
G = 19.09%
B = 40.55%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE69DF (or 0xDE69DF) is known color: Orchid. HEX triplet: DE, 69 and DF. RGB value is (222,105,223). Sum of RGB (Red+Green+Blue) = 222+105+223=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69DF is #219620. Grayscale: #999999. Windows color (decimal): -2201121 or 14641630. OLE color: 14641630.

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

Color convert

RGB 222 105 223 -
CMYK 0.00 0.53 0 0.13
HSL 299.49º 0.65% 0.64% -
HSV(B) 299.49º 0.53% 0.87% -
XYZ 48.5 30.96 73.23 -
YUV 153.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 222 105 223 0.00 0.53 0 0.13 299.49 0.65 0.64
Hex DE 69 DF 0 35 0 D 12B 41 40
Octal 336 151 337 0 65 0 15 453 101 100
Binary 11011110 1101001 11011111 0 110101 0 1101 100101011 1000001 1000000

Color Harmonies of #DE69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69DF

Black with #DE69DF

Text Example


Text Example

White with #DE69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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