Html Css Color HEX #DF6CBF Orchid

📋 copy color: '#DF6CBF'

red 223 ◦ green 108 ◦ blue 191

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

Shades of Orchid #DF6CBF

Tints of Orchid #DF6CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.59%

R = 42.72%
G = 20.69%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF6CBF (or 0xDF6CBF) is known color: Orchid. HEX triplet: DF, 6C and BF. RGB value is (223,108,191). Sum of RGB (Red+Green+Blue) = 223+108+191=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CBF is #209340. Grayscale: #979797. Windows color (decimal): -2134849 or 12545247. OLE color: 12545247.

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

Color convert

RGB 223 108 191 -
CMYK 0 0.52 0.14 0.13
HSL 316.7º 0.64% 0.65% -
HSV(B) 316.7º 0.52% 0.87% -
XYZ 45.2 30.17 52.73 -
YUV 151.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 223 108 191 0 0.52 0.14 0.13 316.7 0.64 0.65
Hex DF 6C BF 0 34 E D 13D 40 41
Octal 337 154 277 0 64 16 15 475 100 101
Binary 11011111 1101100 10111111 0 110100 1110 1101 100111101 1000000 1000001

Color Harmonies of #DF6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CBF

Black with #DF6CBF

Text Example


Text Example

White with #DF6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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