Html Css Color HEX #DF6FCB Orchid

📋 copy color: '#DF6FCB'

red 223 ◦ green 111 ◦ blue 203

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

Shades of Orchid #DF6FCB

Tints of Orchid #DF6FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 41.53%
G = 20.67%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF6FCB (or 0xDF6FCB) is known color: Orchid. HEX triplet: DF, 6F and CB. RGB value is (223,111,203). Sum of RGB (Red+Green+Blue) = 223+111+203=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FCB is #209034. Grayscale: #9A9A9A. Windows color (decimal): -2134069 or 13332447. OLE color: 13332447.

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

Color convert

RGB 223 111 203 -
CMYK 0 0.50 0.09 0.13
HSL 310.71º 0.64% 0.65% -
HSV(B) 310.71º 0.5% 0.87% -
XYZ 46.9 31.37 60.08 -
YUV 154.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 223 111 203 0 0.50 0.09 0.13 310.71 0.64 0.65
Hex DF 6F CB 0 32 9 D 137 40 41
Octal 337 157 313 0 62 11 15 467 100 101
Binary 11011111 1101111 11001011 0 110010 1001 1101 100110111 1000000 1000001

Color Harmonies of #DF6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FCB

Black with #DF6FCB

Text Example


Text Example

White with #DF6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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