Html Css Color HEX #DF7CCC Orchid

📋 copy color: '#DF7CCC'

red 223 ◦ green 124 ◦ blue 204

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

Shades of Orchid #DF7CCC

Tints of Orchid #DF7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.5%

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

R = 40.47%
G = 22.5%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF7CCC (or 0xDF7CCC) is known color: Orchid. HEX triplet: DF, 7C and CC. RGB value is (223,124,204). Sum of RGB (Red+Green+Blue) = 223+124+204=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CCC is #208333. Grayscale: #A2A2A2. Windows color (decimal): -2130740 or 13401311. OLE color: 13401311.

HSL color Cylindrical-coordinate representation of color #DF7CCC: hue angle of 311.52º degrees, saturation: 0.61, 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 #DF7CCC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 124 204 -
CMYK 0 0.44 0.09 0.13
HSL 311.52º 0.61% 0.68% -
HSV(B) 311.52º 0.44% 0.87% -
XYZ 48.54 34.46 61.22 -
YUV 162.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 223 124 204 0 0.44 0.09 0.13 311.52 0.61 0.68
Hex DF 7C CC 0 2C 9 D 138 3D 44
Octal 337 174 314 0 54 11 15 470 75 104
Binary 11011111 1111100 11001100 0 101100 1001 1101 100111000 111101 1000100

Color Harmonies of #DF7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CCC

Black with #DF7CCC

Text Example


Text Example

White with #DF7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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