Html Css Color HEX #DF6AC1 Orchid

📋 copy color: '#DF6AC1'

red 223 ◦ green 106 ◦ blue 193

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

Shades of Orchid #DF6AC1

Tints of Orchid #DF6AC1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.31%

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 42.72%
G = 20.31%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF6AC1 (or 0xDF6AC1) is known color: Orchid. HEX triplet: DF, 6A and C1. RGB value is (223,106,193). Sum of RGB (Red+Green+Blue) = 223+106+193=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AC1 is #20953E. Grayscale: #969696. Windows color (decimal): -2135359 or 12675807. OLE color: 12675807.

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

Color convert

RGB 223 106 193 -
CMYK 0 0.52 0.13 0.13
HSL 315.38º 0.65% 0.65% -
HSV(B) 315.38º 0.52% 0.87% -
XYZ 45.21 29.85 53.83 -
YUV 150.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 223 106 193 0 0.52 0.13 0.13 315.38 0.65 0.65
Hex DF 6A C1 0 34 D D 13B 41 41
Octal 337 152 301 0 64 15 15 473 101 101
Binary 11011111 1101010 11000001 0 110100 1101 1101 100111011 1000001 1000001

Color Harmonies of #DF6AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AC1

Black with #DF6AC1

Text Example


Text Example

White with #DF6AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AC1; }

 p { color: rgb(223,106,193); }

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

background-color css

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

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

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

border-color css

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

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

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