Html Css Color HEX #DE7FDF Orchid

📋 copy color: '#DE7FDF'

red 222 ◦ green 127 ◦ blue 223

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

Shades of Orchid #DE7FDF

Tints of Orchid #DE7FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.2%

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

R = 38.81%
G = 22.2%
B = 38.99%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE7FDF (or 0xDE7FDF) is known color: Orchid. HEX triplet: DE, 7F and DF. RGB value is (222,127,223). Sum of RGB (Red+Green+Blue) = 222+127+223=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FDF is #218020. Grayscale: #A6A6A6. Windows color (decimal): -2195489 or 14647262. OLE color: 14647262.

HSL color Cylindrical-coordinate representation of color #DE7FDF: hue angle of 299.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7FDF is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 127 223 -
CMYK 0.00 0.43 0 0.13
HSL 299.38º 0.6% 0.69% -
HSV(B) 299.38º 0.43% 0.87% -
XYZ 51.03 36.04 74.08 -
YUV 166.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 222 127 223 0.00 0.43 0 0.13 299.38 0.6 0.69
Hex DE 7F DF 0 2B 0 D 12B 3C 45
Octal 336 177 337 0 53 0 15 453 74 105
Binary 11011110 1111111 11011111 0 101011 0 1101 100101011 111100 1000101

Color Harmonies of #DE7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7FDF

Black with #DE7FDF

Text Example


Text Example

White with #DE7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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