Html Css Color HEX #DF6CDF Orchid

📋 copy color: '#DF6CDF'

red 223 ◦ green 108 ◦ blue 223

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

Shades of Orchid #DF6CDF

Tints of Orchid #DF6CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 40.25%
G = 19.49%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF6CDF (or 0xDF6CDF) is known color: Orchid. HEX triplet: DF, 6C and DF. RGB value is (223,108,223). Sum of RGB (Red+Green+Blue) = 223+108+223=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CDF is #209320. Grayscale: #9B9B9B. Windows color (decimal): -2134817 or 14642399. OLE color: 14642399.

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

Color convert

RGB 223 108 223 -
CMYK 0 0.52 0 0.13
HSL 300º 0.64% 0.65% -
HSV(B) 300º 0.52% 0.87% -
XYZ 49.11 31.74 73.35 -
YUV 155.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 223 108 223 0 0.52 0 0.13 300 0.64 0.65
Hex DF 6C DF 0 34 0 D 12C 40 41
Octal 337 154 337 0 64 0 15 454 100 101
Binary 11011111 1101100 11011111 0 110100 0 1101 100101100 1000000 1000001

Color Harmonies of #DF6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CDF

Black with #DF6CDF

Text Example


Text Example

White with #DF6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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