Html Css Color HEX #DF6CD0 Orchid

📋 copy color: '#DF6CD0'

red 223 ◦ green 108 ◦ blue 208

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

Shades of Orchid #DF6CD0

Tints of Orchid #DF6CD0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.04%

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 41.37%
G = 20.04%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF6CD0 (or 0xDF6CD0) is known color: Orchid. HEX triplet: DF, 6C and D0. RGB value is (223,108,208). Sum of RGB (Red+Green+Blue) = 223+108+208=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CD0 is #20932F. Grayscale: #999999. Windows color (decimal): -2134832 or 13659359. OLE color: 13659359.

HSL color Cylindrical-coordinate representation of color #DF6CD0: hue angle of 307.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CD0 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 108 208 -
CMYK 0 0.52 0.07 0.13
HSL 307.83º 0.64% 0.65% -
HSV(B) 307.83º 0.52% 0.87% -
XYZ 47.18 30.97 63.17 -
YUV 153.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 223 108 208 0 0.52 0.07 0.13 307.83 0.64 0.65
Hex DF 6C D0 0 34 7 D 134 40 41
Octal 337 154 320 0 64 7 15 464 100 101
Binary 11011111 1101100 11010000 0 110100 111 1101 100110100 1000000 1000001

Color Harmonies of #DF6CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CD0

Black with #DF6CD0

Text Example


Text Example

White with #DF6CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CD0; }

 p { color: rgb(223,108,208); }

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

background-color css

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

 a { background-color: rgb(223,108,208); }

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

border-color css

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

 span { border-color: rgb(223,108,208); }

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