Html Css Color HEX #DF7ECC Orchid

📋 copy color: '#DF7ECC'

red 223 ◦ green 126 ◦ blue 204

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

Shades of Orchid #DF7ECC

Tints of Orchid #DF7ECC

RGB

 RED value IS 223 (87.5% from 255) = 40.33%

 GREEN value IS 126 (49.61% from 255) = 22.78%

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 40.33%
G = 22.78%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF7ECC (or 0xDF7ECC) is known color: Orchid. HEX triplet: DF, 7E and CC. RGB value is (223,126,204). Sum of RGB (Red+Green+Blue) = 223+126+204=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ECC is #208133. Grayscale: #A3A3A3. Windows color (decimal): -2130228 or 13401823. OLE color: 13401823.

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

Color convert

RGB 223 126 204 -
CMYK 0 0.43 0.09 0.13
HSL 311.75º 0.6% 0.68% -
HSV(B) 311.75º 0.43% 0.87% -
XYZ 48.79 34.97 61.3 -
YUV 163.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 223 126 204 0 0.43 0.09 0.13 311.75 0.6 0.68
Hex DF 7E CC 0 2B 9 D 138 3C 44
Octal 337 176 314 0 53 11 15 470 74 104
Binary 11011111 1111110 11001100 0 101011 1001 1101 100111000 111100 1000100

Color Harmonies of #DF7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ECC

Black with #DF7ECC

Text Example


Text Example

White with #DF7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ECC; }

 p { color: rgb(223,126,204); }

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

background-color css

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

 a { background-color: rgb(223,126,204); }

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

border-color css

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

 span { border-color: rgb(223,126,204); }

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