Html Css Color HEX #DF7CCD Orchid

📋 copy color: '#DF7CCD'

red 223 ◦ green 124 ◦ blue 205

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

Shades of Orchid #DF7CCD

Tints of Orchid #DF7CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 40.4%
G = 22.46%
B = 37.14%

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

#DF7CCD (or 0xDF7CCD) is known color: Orchid. HEX triplet: DF, 7C and CD. RGB value is (223,124,205). Sum of RGB (Red+Green+Blue) = 223+124+205=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CCD is #208332. Grayscale: #A2A2A2. Windows color (decimal): -2130739 or 13466847. OLE color: 13466847.

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

Color convert

RGB 223 124 205 -
CMYK 0 0.44 0.08 0.13
HSL 310.91º 0.61% 0.68% -
HSV(B) 310.91º 0.44% 0.87% -
XYZ 48.66 34.51 61.85 -
YUV 162.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 223 124 205 0 0.44 0.08 0.13 310.91 0.61 0.68
Hex DF 7C CD 0 2C 8 D 137 3D 44
Octal 337 174 315 0 54 10 15 467 75 104
Binary 11011111 1111100 11001101 0 101100 1000 1101 100110111 111101 1000100

Color Harmonies of #DF7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CCD

Black with #DF7CCD

Text Example


Text Example

White with #DF7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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