Html Css Color HEX #DF7DCE Orchid

📋 copy color: '#DF7DCE'

red 223 ◦ green 125 ◦ blue 206

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

Shades of Orchid #DF7DCE

Tints of Orchid #DF7DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.56%

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 40.25%
G = 22.56%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF7DCE (or 0xDF7DCE) is known color: Orchid. HEX triplet: DF, 7D and CE. RGB value is (223,125,206). Sum of RGB (Red+Green+Blue) = 223+125+206=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCE is #208231. Grayscale: #A3A3A3. Windows color (decimal): -2130482 or 13532639. OLE color: 13532639.

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

Color convert

RGB 223 125 206 -
CMYK 0 0.44 0.08 0.13
HSL 310.41º 0.6% 0.68% -
HSV(B) 310.41º 0.44% 0.87% -
XYZ 48.91 34.81 62.53 -
YUV 163.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 223 125 206 0 0.44 0.08 0.13 310.41 0.6 0.68
Hex DF 7D CE 0 2C 8 D 136 3C 44
Octal 337 175 316 0 54 10 15 466 74 104
Binary 11011111 1111101 11001110 0 101100 1000 1101 100110110 111100 1000100

Color Harmonies of #DF7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DCE

Black with #DF7DCE

Text Example


Text Example

White with #DF7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DCE; }

 p { color: rgb(223,125,206); }

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

background-color css

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

 a { background-color: rgb(223,125,206); }

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

border-color css

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

 span { border-color: rgb(223,125,206); }

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