Html Css Color HEX #DF7DCD Orchid

📋 copy color: '#DF7DCD'

red 223 ◦ green 125 ◦ blue 205

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

Shades of Orchid #DF7DCD

Tints of Orchid #DF7DCD

RGB

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

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

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

R = 40.33%
G = 22.6%
B = 37.07%

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

#DF7DCD (or 0xDF7DCD) is known color: Orchid. HEX triplet: DF, 7D and CD. RGB value is (223,125,205). Sum of RGB (Red+Green+Blue) = 223+125+205=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCD is #208232. Grayscale: #A3A3A3. Windows color (decimal): -2130483 or 13467103. OLE color: 13467103.

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

Color convert

RGB 223 125 205 -
CMYK 0 0.44 0.08 0.13
HSL 311.02º 0.6% 0.68% -
HSV(B) 311.02º 0.44% 0.87% -
XYZ 48.78 34.76 61.9 -
YUV 163.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 223 125 205 0 0.44 0.08 0.13 311.02 0.6 0.68
Hex DF 7D CD 0 2C 8 D 137 3C 44
Octal 337 175 315 0 54 10 15 467 74 104
Binary 11011111 1111101 11001101 0 101100 1000 1101 100110111 111100 1000100

Color Harmonies of #DF7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DCD

Black with #DF7DCD

Text Example


Text Example

White with #DF7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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