Html Css Color HEX #DF6FC2 Orchid

📋 copy color: '#DF6FC2'

red 223 ◦ green 111 ◦ blue 194

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

Shades of Orchid #DF6FC2

Tints of Orchid #DF6FC2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 42.23%
G = 21.02%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF6FC2 (or 0xDF6FC2) is known color: Orchid. HEX triplet: DF, 6F and C2. RGB value is (223,111,194). Sum of RGB (Red+Green+Blue) = 223+111+194=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FC2 is #20903D. Grayscale: #999999. Windows color (decimal): -2134078 or 12742623. OLE color: 12742623.

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

Color convert

RGB 223 111 194 -
CMYK 0 0.50 0.13 0.13
HSL 315.54º 0.64% 0.65% -
HSV(B) 315.54º 0.5% 0.87% -
XYZ 45.85 30.95 54.6 -
YUV 153.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 223 111 194 0 0.50 0.13 0.13 315.54 0.64 0.65
Hex DF 6F C2 0 32 D D 13C 40 41
Octal 337 157 302 0 62 15 15 474 100 101
Binary 11011111 1101111 11000010 0 110010 1101 1101 100111100 1000000 1000001

Color Harmonies of #DF6FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FC2

Black with #DF6FC2

Text Example


Text Example

White with #DF6FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FC2; }

 p { color: rgb(223,111,194); }

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

background-color css

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

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

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

border-color css

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

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

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