Html Css Color HEX #DF6CDD Orchid

📋 copy color: '#DF6CDD'

red 223 ◦ green 108 ◦ blue 221

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

Shades of Orchid #DF6CDD

Tints of Orchid #DF6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 40.4%
G = 19.57%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF6CDD (or 0xDF6CDD) is known color: Orchid. HEX triplet: DF, 6C and DD. RGB value is (223,108,221). Sum of RGB (Red+Green+Blue) = 223+108+221=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CDD is #209322. Grayscale: #9A9A9A. Windows color (decimal): -2134819 or 14511327. OLE color: 14511327.

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

Color convert

RGB 223 108 221 -
CMYK 0 0.52 0.01 0.13
HSL 301.04º 0.64% 0.65% -
HSV(B) 301.04º 0.52% 0.87% -
XYZ 48.85 31.63 71.94 -
YUV 155.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 223 108 221 0 0.52 0.01 0.13 301.04 0.64 0.65
Hex DF 6C DD 0 34 1 D 12D 40 41
Octal 337 154 335 0 64 1 15 455 100 101
Binary 11011111 1101100 11011101 0 110100 1 1101 100101101 1000000 1000001

Color Harmonies of #DF6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CDD

Black with #DF6CDD

Text Example


Text Example

White with #DF6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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