Html Css Color HEX #DF6CBE Orchid

📋 copy color: '#DF6CBE'

red 223 ◦ green 108 ◦ blue 190

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

Shades of Orchid #DF6CBE

Tints of Orchid #DF6CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 42.8%
G = 20.73%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF6CBE (or 0xDF6CBE) is known color: Orchid. HEX triplet: DF, 6C and BE. RGB value is (223,108,190). Sum of RGB (Red+Green+Blue) = 223+108+190=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CBE is #209341. Grayscale: #979797. Windows color (decimal): -2134850 or 12479711. OLE color: 12479711.

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

Color convert

RGB 223 108 190 -
CMYK 0 0.52 0.15 0.13
HSL 317.22º 0.64% 0.65% -
HSV(B) 317.22º 0.52% 0.87% -
XYZ 45.09 30.13 52.15 -
YUV 151.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 223 108 190 0 0.52 0.15 0.13 317.22 0.64 0.65
Hex DF 6C BE 0 34 F D 13D 40 41
Octal 337 154 276 0 64 17 15 475 100 101
Binary 11011111 1101100 10111110 0 110100 1111 1101 100111101 1000000 1000001

Color Harmonies of #DF6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CBE

Black with #DF6CBE

Text Example


Text Example

White with #DF6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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